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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=399",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=397",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 398,
    "results": [
        {
            "start": 863673357,
            "stop": 863683930
        },
        {
            "start": 863685001,
            "stop": 863727602
        },
        {
            "start": 863727605,
            "stop": 863743559
        },
        {
            "start": 863743927,
            "stop": 863749708
        },
        {
            "start": 863749712,
            "stop": 863752403
        },
        {
            "start": 863752418,
            "stop": 863752433
        },
        {
            "start": 863752442,
            "stop": 863760054
        },
        {
            "start": 863760058,
            "stop": 863760367
        },
        {
            "start": 863760822,
            "stop": 863761044
        },
        {
            "start": 863761048,
            "stop": 863761163
        },
        {
            "start": 863761172,
            "stop": 863761408
        },
        {
            "start": 863761412,
            "stop": 863761539
        },
        {
            "start": 863761543,
            "stop": 863770774
        },
        {
            "start": 863772906,
            "stop": 863828760
        },
        {
            "start": 863828763,
            "stop": 863830187
        },
        {
            "start": 863830210,
            "stop": 863830258
        },
        {
            "start": 863830261,
            "stop": 863830420
        },
        {
            "start": 863830424,
            "stop": 863830674
        },
        {
            "start": 863830684,
            "stop": 863830694
        },
        {
            "start": 863830707,
            "stop": 863830713
        }
    ]
}