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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=108",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=106",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 107,
    "results": [
        {
            "start": 830277760,
            "stop": 830280083
        },
        {
            "start": 830281250,
            "stop": 830283480
        },
        {
            "start": 830283548,
            "stop": 830291809
        },
        {
            "start": 830291881,
            "stop": 830294033
        },
        {
            "start": 830294968,
            "stop": 830297187
        },
        {
            "start": 830297320,
            "stop": 830308739
        },
        {
            "start": 830308882,
            "stop": 830324447
        },
        {
            "start": 830325127,
            "stop": 830334762
        },
        {
            "start": 830337595,
            "stop": 830342804
        },
        {
            "start": 830343661,
            "stop": 830360255
        },
        {
            "start": 830360989,
            "stop": 830361074
        },
        {
            "start": 830363172,
            "stop": 830365206
        },
        {
            "start": 830368513,
            "stop": 830368973
        },
        {
            "start": 830369373,
            "stop": 830380418
        },
        {
            "start": 830380501,
            "stop": 830380720
        },
        {
            "start": 830382272,
            "stop": 830386882
        },
        {
            "start": 830388452,
            "stop": 830391817
        },
        {
            "start": 830392175,
            "stop": 830393324
        },
        {
            "start": 830393404,
            "stop": 830393588
        },
        {
            "start": 830393661,
            "stop": 830393752
        }
    ]
}