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=408
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=409",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=407",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 408,
    "results": [
        {
            "start": 969678360,
            "stop": 969678444
        },
        {
            "start": 969678449,
            "stop": 969678450
        },
        {
            "start": 969678455,
            "stop": 969678656
        },
        {
            "start": 969678661,
            "stop": 969678672
        },
        {
            "start": 969678677,
            "stop": 969694427
        },
        {
            "start": 969694432,
            "stop": 969713798
        },
        {
            "start": 969717809,
            "stop": 969721228
        },
        {
            "start": 969741560,
            "stop": 969742162
        },
        {
            "start": 969742199,
            "stop": 969742210
        },
        {
            "start": 969742269,
            "stop": 969743081
        },
        {
            "start": 969743087,
            "stop": 969744576
        },
        {
            "start": 969747238,
            "stop": 969749229
        },
        {
            "start": 969750734,
            "stop": 969753943
        },
        {
            "start": 969757018,
            "stop": 969773026
        },
        {
            "start": 969781218,
            "stop": 969792860
        },
        {
            "start": 969794909,
            "stop": 969798791
        },
        {
            "start": 969806271,
            "stop": 969814638
        },
        {
            "start": 969816076,
            "stop": 969816629
        },
        {
            "start": 969824554,
            "stop": 969824738
        },
        {
            "start": 969826868,
            "stop": 969827984
        }
    ]
}