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=704
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=705",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=703",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 704,
    "results": [
        {
            "start": 866182673,
            "stop": 866183490
        },
        {
            "start": 866184829,
            "stop": 866185175
        },
        {
            "start": 866185194,
            "stop": 866185898
        },
        {
            "start": 866185917,
            "stop": 866186666
        },
        {
            "start": 866186686,
            "stop": 866186690
        },
        {
            "start": 866186709,
            "stop": 866186727
        },
        {
            "start": 866186746,
            "stop": 866186968
        },
        {
            "start": 866186987,
            "stop": 866187063
        },
        {
            "start": 866187082,
            "stop": 866187368
        },
        {
            "start": 866187387,
            "stop": 866187815
        },
        {
            "start": 866187834,
            "stop": 866188267
        },
        {
            "start": 866188286,
            "stop": 866188653
        },
        {
            "start": 866188672,
            "stop": 866188989
        },
        {
            "start": 866189008,
            "stop": 866189059
        },
        {
            "start": 866189078,
            "stop": 866189193
        },
        {
            "start": 866189212,
            "stop": 866190156
        },
        {
            "start": 866190175,
            "stop": 866190262
        },
        {
            "start": 866190281,
            "stop": 866190728
        },
        {
            "start": 866190747,
            "stop": 866191176
        },
        {
            "start": 866191195,
            "stop": 866191580
        }
    ]
}