Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10299
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10300",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10298",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10299,
    "results": [
        {
            "start": 875123708,
            "stop": 875123733
        },
        {
            "start": 875123769,
            "stop": 875124235
        },
        {
            "start": 875124298,
            "stop": 875124416
        },
        {
            "start": 875124461,
            "stop": 875124481
        },
        {
            "start": 875124558,
            "stop": 875124634
        },
        {
            "start": 875124673,
            "stop": 875124949
        },
        {
            "start": 875125083,
            "stop": 875125255
        },
        {
            "start": 875125320,
            "stop": 875125440
        },
        {
            "start": 875125527,
            "stop": 875125560
        },
        {
            "start": 875125920,
            "stop": 875126340
        },
        {
            "start": 875126640,
            "stop": 875126700
        },
        {
            "start": 875126820,
            "stop": 875126880
        },
        {
            "start": 875127180,
            "stop": 875127240
        },
        {
            "start": 875127300,
            "stop": 875127588
        },
        {
            "start": 875127596,
            "stop": 875127712
        },
        {
            "start": 875127762,
            "stop": 875127773
        },
        {
            "start": 875127840,
            "stop": 875127872
        },
        {
            "start": 875127891,
            "stop": 875127992
        },
        {
            "start": 875128028,
            "stop": 875128363
        },
        {
            "start": 875128399,
            "stop": 875128558
        }
    ]
}