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=24
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=25",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=23",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 24,
    "results": [
        {
            "start": 817856796,
            "stop": 817859405
        },
        {
            "start": 817859978,
            "stop": 817870622
        },
        {
            "start": 817870942,
            "stop": 817871419
        },
        {
            "start": 817871819,
            "stop": 817914910
        },
        {
            "start": 817938329,
            "stop": 817940287
        },
        {
            "start": 817941213,
            "stop": 817943838
        },
        {
            "start": 817944483,
            "stop": 817953006
        },
        {
            "start": 817953663,
            "stop": 817955198
        },
        {
            "start": 817955598,
            "stop": 817955623
        },
        {
            "start": 817956125,
            "stop": 818012209
        },
        {
            "start": 818019228,
            "stop": 818019819
        },
        {
            "start": 818025019,
            "stop": 818027454
        },
        {
            "start": 818030253,
            "stop": 818034349
        },
        {
            "start": 818035138,
            "stop": 818058928
        },
        {
            "start": 818060900,
            "stop": 818068097
        },
        {
            "start": 818069674,
            "stop": 818076823
        },
        {
            "start": 818077734,
            "stop": 818093471
        },
        {
            "start": 818093871,
            "stop": 818095877
        },
        {
            "start": 818096391,
            "stop": 818096976
        },
        {
            "start": 818097433,
            "stop": 818112467
        }
    ]
}