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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5878",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5876",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5877,
    "results": [
        {
            "start": 874795568,
            "stop": 874795572
        },
        {
            "start": 874795575,
            "stop": 874795668
        },
        {
            "start": 874795671,
            "stop": 874795774
        },
        {
            "start": 874795778,
            "stop": 874795926
        },
        {
            "start": 874795929,
            "stop": 874796052
        },
        {
            "start": 874796056,
            "stop": 874796155
        },
        {
            "start": 874796158,
            "stop": 874796243
        },
        {
            "start": 874796246,
            "stop": 874796266
        },
        {
            "start": 874796269,
            "stop": 874796331
        },
        {
            "start": 874796334,
            "stop": 874796373
        },
        {
            "start": 874796377,
            "stop": 874796419
        },
        {
            "start": 874796422,
            "stop": 874796431
        },
        {
            "start": 874796435,
            "stop": 874796730
        },
        {
            "start": 874796733,
            "stop": 874796827
        },
        {
            "start": 874796830,
            "stop": 874796840
        },
        {
            "start": 874796843,
            "stop": 874797047
        },
        {
            "start": 874797050,
            "stop": 874797179
        },
        {
            "start": 874797182,
            "stop": 874797188
        },
        {
            "start": 874797191,
            "stop": 874797332
        },
        {
            "start": 874797335,
            "stop": 874797556
        }
    ]
}