Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=121
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=122",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=120",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 121,
    "results": [
        {
            "start": 931094610,
            "stop": 931094614
        },
        {
            "start": 931094616,
            "stop": 931094620
        },
        {
            "start": 931094621,
            "stop": 931094631
        },
        {
            "start": 931094633,
            "stop": 931094634
        },
        {
            "start": 931094640,
            "stop": 931094641
        },
        {
            "start": 931094642,
            "stop": 931094646
        },
        {
            "start": 931094648,
            "stop": 931094651
        },
        {
            "start": 931094655,
            "stop": 931094656
        },
        {
            "start": 931094658,
            "stop": 931094659
        },
        {
            "start": 931094660,
            "stop": 931094662
        },
        {
            "start": 931094663,
            "stop": 931094680
        },
        {
            "start": 931094682,
            "stop": 931094686
        },
        {
            "start": 931094688,
            "stop": 931094689
        },
        {
            "start": 931125975,
            "stop": 931125977
        },
        {
            "start": 931125980,
            "stop": 931125989
        },
        {
            "start": 931125990,
            "stop": 931125991
        },
        {
            "start": 931125993,
            "stop": 931125994
        },
        {
            "start": 931125995,
            "stop": 931126002
        },
        {
            "start": 931126003,
            "stop": 931126010
        },
        {
            "start": 931126012,
            "stop": 931126025
        }
    ]
}