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=10262
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=10263",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10261",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10262,
    "results": [
        {
            "start": 874725376,
            "stop": 874725947
        },
        {
            "start": 874725954,
            "stop": 874727670
        },
        {
            "start": 874727704,
            "stop": 874727964
        },
        {
            "start": 874727972,
            "stop": 874728191
        },
        {
            "start": 874728208,
            "stop": 874728240
        },
        {
            "start": 874728300,
            "stop": 874729411
        },
        {
            "start": 874729418,
            "stop": 874730088
        },
        {
            "start": 874730095,
            "stop": 874730939
        },
        {
            "start": 874730946,
            "stop": 874731173
        },
        {
            "start": 874731180,
            "stop": 874731351
        },
        {
            "start": 874731359,
            "stop": 874731488
        },
        {
            "start": 874731495,
            "stop": 874731599
        },
        {
            "start": 874731606,
            "stop": 874732212
        },
        {
            "start": 874732220,
            "stop": 874732361
        },
        {
            "start": 874732368,
            "stop": 874732440
        },
        {
            "start": 874732500,
            "stop": 874732863
        },
        {
            "start": 874732871,
            "stop": 874734120
        },
        {
            "start": 874734180,
            "stop": 874734240
        },
        {
            "start": 874734720,
            "stop": 874734780
        },
        {
            "start": 874734960,
            "stop": 874735020
        }
    ]
}