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=164
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=165",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=163",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 164,
    "results": [
        {
            "start": 829943322,
            "stop": 829943326
        },
        {
            "start": 829943514,
            "stop": 829943662
        },
        {
            "start": 829943686,
            "stop": 829946308
        },
        {
            "start": 829947598,
            "stop": 829947623
        },
        {
            "start": 829948229,
            "stop": 829964273
        },
        {
            "start": 829965200,
            "stop": 829973804
        },
        {
            "start": 829973805,
            "stop": 829983208
        },
        {
            "start": 829986242,
            "stop": 829986970
        },
        {
            "start": 829986972,
            "stop": 829997222
        },
        {
            "start": 829999386,
            "stop": 830005136
        },
        {
            "start": 830006838,
            "stop": 830007486
        },
        {
            "start": 830038536,
            "stop": 830038833
        },
        {
            "start": 830038835,
            "stop": 830040024
        },
        {
            "start": 830040026,
            "stop": 830043235
        },
        {
            "start": 830043237,
            "stop": 830043959
        },
        {
            "start": 830044211,
            "stop": 830044748
        },
        {
            "start": 830044749,
            "stop": 830052427
        },
        {
            "start": 830052429,
            "stop": 830072194
        },
        {
            "start": 830074327,
            "stop": 830085860
        },
        {
            "start": 830086090,
            "stop": 830088502
        }
    ]
}