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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29398",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29396",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29397,
    "results": [
        {
            "start": 971408752,
            "stop": 971408753
        },
        {
            "start": 971408756,
            "stop": 971408760
        },
        {
            "start": 971408761,
            "stop": 971408765
        },
        {
            "start": 971408768,
            "stop": 971408769
        },
        {
            "start": 971408770,
            "stop": 971408772
        },
        {
            "start": 971408773,
            "stop": 971408775
        },
        {
            "start": 971408777,
            "stop": 971408807
        },
        {
            "start": 971408809,
            "stop": 971408820
        },
        {
            "start": 971408822,
            "stop": 971408825
        },
        {
            "start": 971408828,
            "stop": 971408838
        },
        {
            "start": 971408841,
            "stop": 971408871
        },
        {
            "start": 971408873,
            "stop": 971408879
        },
        {
            "start": 971408881,
            "stop": 971408885
        },
        {
            "start": 971408886,
            "stop": 971408887
        },
        {
            "start": 971408889,
            "stop": 971408892
        },
        {
            "start": 971408894,
            "stop": 971408896
        },
        {
            "start": 971408897,
            "stop": 971408908
        },
        {
            "start": 971408911,
            "stop": 971408912
        },
        {
            "start": 971408914,
            "stop": 971408923
        },
        {
            "start": 971408926,
            "stop": 971408929
        }
    ]
}