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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=313",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=311",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 312,
    "results": [
        {
            "start": 943070976,
            "stop": 943071000
        },
        {
            "start": 943071005,
            "stop": 943072339
        },
        {
            "start": 943072345,
            "stop": 943072417
        },
        {
            "start": 943072422,
            "stop": 943072744
        },
        {
            "start": 943072758,
            "stop": 943072785
        },
        {
            "start": 943072791,
            "stop": 943072867
        },
        {
            "start": 943072873,
            "stop": 943072995
        },
        {
            "start": 943073005,
            "stop": 943073007
        },
        {
            "start": 943073019,
            "stop": 943073068
        },
        {
            "start": 943076802,
            "stop": 943102790
        },
        {
            "start": 943107973,
            "stop": 943114647
        },
        {
            "start": 943140265,
            "stop": 943149101
        },
        {
            "start": 943151000,
            "stop": 943157341
        },
        {
            "start": 943161134,
            "stop": 943168277
        },
        {
            "start": 943212926,
            "stop": 943217534
        },
        {
            "start": 943218539,
            "stop": 943226378
        },
        {
            "start": 943227807,
            "stop": 943232457
        },
        {
            "start": 943234473,
            "stop": 943258938
        },
        {
            "start": 943263493,
            "stop": 943298256
        },
        {
            "start": 943298262,
            "stop": 943298276
        }
    ]
}