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/L1_BURST_CAT2/segments?format=api&page=1573
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1574",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1572",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1573,
    "results": [
        {
            "start": 952570253,
            "stop": 952572061
        },
        {
            "start": 952572063,
            "stop": 952574300
        },
        {
            "start": 952574302,
            "stop": 952574588
        },
        {
            "start": 952574591,
            "stop": 952575214
        },
        {
            "start": 952575216,
            "stop": 952575685
        },
        {
            "start": 952575687,
            "stop": 952576750
        },
        {
            "start": 952576752,
            "stop": 952580063
        },
        {
            "start": 952580065,
            "stop": 952580843
        },
        {
            "start": 952580845,
            "stop": 952582083
        },
        {
            "start": 952582085,
            "stop": 952582236
        },
        {
            "start": 952582238,
            "stop": 952582889
        },
        {
            "start": 952582890,
            "stop": 952589631
        },
        {
            "start": 952589633,
            "stop": 952589909
        },
        {
            "start": 952589911,
            "stop": 952591361
        },
        {
            "start": 952591363,
            "stop": 952591747
        },
        {
            "start": 952591748,
            "stop": 952592061
        },
        {
            "start": 952599863,
            "stop": 952601804
        },
        {
            "start": 952601806,
            "stop": 952606165
        },
        {
            "start": 952606167,
            "stop": 952606840
        },
        {
            "start": 952606842,
            "stop": 952607012
        }
    ]
}