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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=189",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=187",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 188,
    "results": [
        {
            "start": 848747691,
            "stop": 848755505
        },
        {
            "start": 848756423,
            "stop": 848756987
        },
        {
            "start": 848757399,
            "stop": 848760970
        },
        {
            "start": 848819496,
            "stop": 848824444
        },
        {
            "start": 848825511,
            "stop": 848841517
        },
        {
            "start": 848842906,
            "stop": 848843912
        },
        {
            "start": 848846184,
            "stop": 848846499
        },
        {
            "start": 848881440,
            "stop": 848887464
        },
        {
            "start": 848902296,
            "stop": 848902617
        },
        {
            "start": 848902811,
            "stop": 848903197
        },
        {
            "start": 848903567,
            "stop": 848906952
        },
        {
            "start": 848907069,
            "stop": 848910143
        },
        {
            "start": 848911451,
            "stop": 848913602
        },
        {
            "start": 848913694,
            "stop": 848917705
        },
        {
            "start": 848917894,
            "stop": 848922250
        },
        {
            "start": 848922509,
            "stop": 848922691
        },
        {
            "start": 848922836,
            "stop": 848923584
        },
        {
            "start": 848938105,
            "stop": 848938957
        },
        {
            "start": 848941343,
            "stop": 848949218
        },
        {
            "start": 848949338,
            "stop": 848954332
        }
    ]
}