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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4944",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4942",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4943,
    "results": [
        {
            "start": 875228731,
            "stop": 875228760
        },
        {
            "start": 875228780,
            "stop": 875228788
        },
        {
            "start": 875228808,
            "stop": 875228857
        },
        {
            "start": 875228881,
            "stop": 875228886
        },
        {
            "start": 875228919,
            "stop": 875228922
        },
        {
            "start": 875228974,
            "stop": 875229064
        },
        {
            "start": 875229083,
            "stop": 875229089
        },
        {
            "start": 875229117,
            "stop": 875229126
        },
        {
            "start": 875229145,
            "stop": 875229176
        },
        {
            "start": 875229196,
            "stop": 875229253
        },
        {
            "start": 875229288,
            "stop": 875229305
        },
        {
            "start": 875229330,
            "stop": 875229332
        },
        {
            "start": 875229352,
            "stop": 875229408
        },
        {
            "start": 875229427,
            "stop": 875229437
        },
        {
            "start": 875229469,
            "stop": 875229548
        },
        {
            "start": 875229584,
            "stop": 875229611
        },
        {
            "start": 875229630,
            "stop": 875229774
        },
        {
            "start": 875229793,
            "stop": 875229851
        },
        {
            "start": 875229873,
            "stop": 875229879
        },
        {
            "start": 875229898,
            "stop": 875229915
        }
    ]
}