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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=507",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=505",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 506,
    "results": [
        {
            "start": 823955120,
            "stop": 823960909
        },
        {
            "start": 823960931,
            "stop": 823961661
        },
        {
            "start": 823961666,
            "stop": 823963464
        },
        {
            "start": 824035044,
            "stop": 824049536
        },
        {
            "start": 824117813,
            "stop": 824131383
        },
        {
            "start": 824131388,
            "stop": 824137067
        },
        {
            "start": 824203440,
            "stop": 824208097
        },
        {
            "start": 824208117,
            "stop": 824211379
        },
        {
            "start": 824211384,
            "stop": 824211548
        },
        {
            "start": 824211553,
            "stop": 824211943
        },
        {
            "start": 824213339,
            "stop": 824214443
        },
        {
            "start": 824216351,
            "stop": 824216897
        },
        {
            "start": 824216902,
            "stop": 824217446
        },
        {
            "start": 824218364,
            "stop": 824223925
        },
        {
            "start": 824361211,
            "stop": 824361351
        },
        {
            "start": 824363312,
            "stop": 824371241
        },
        {
            "start": 824371398,
            "stop": 824374771
        },
        {
            "start": 824374778,
            "stop": 824381494
        },
        {
            "start": 824381501,
            "stop": 824381589
        },
        {
            "start": 824381596,
            "stop": 824387859
        }
    ]
}