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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=376",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=374",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 375,
    "results": [
        {
            "start": 849171273,
            "stop": 849172503
        },
        {
            "start": 849175382,
            "stop": 849175625
        },
        {
            "start": 849175627,
            "stop": 849175923
        },
        {
            "start": 849175925,
            "stop": 849177207
        },
        {
            "start": 849177209,
            "stop": 849177594
        },
        {
            "start": 849177597,
            "stop": 849178014
        },
        {
            "start": 849178017,
            "stop": 849178359
        },
        {
            "start": 849178360,
            "stop": 849178702
        },
        {
            "start": 849180395,
            "stop": 849181101
        },
        {
            "start": 849181102,
            "stop": 849181124
        },
        {
            "start": 849181126,
            "stop": 849181334
        },
        {
            "start": 849181336,
            "stop": 849181438
        },
        {
            "start": 849181439,
            "stop": 849181560
        },
        {
            "start": 849181570,
            "stop": 849183467
        },
        {
            "start": 849183469,
            "stop": 849183579
        },
        {
            "start": 849183907,
            "stop": 849189042
        },
        {
            "start": 849189044,
            "stop": 849190011
        },
        {
            "start": 849190166,
            "stop": 849190209
        },
        {
            "start": 849190317,
            "stop": 849190464
        },
        {
            "start": 849190639,
            "stop": 849191360
        }
    ]
}