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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=54",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=52",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 53,
    "results": [
        {
            "start": 817419877,
            "stop": 817419999
        },
        {
            "start": 817420016,
            "stop": 817420778
        },
        {
            "start": 817420795,
            "stop": 817421066
        },
        {
            "start": 817421083,
            "stop": 817421100
        },
        {
            "start": 817421117,
            "stop": 817421273
        },
        {
            "start": 817421290,
            "stop": 817421939
        },
        {
            "start": 817421956,
            "stop": 817423235
        },
        {
            "start": 817423252,
            "stop": 817423262
        },
        {
            "start": 817424327,
            "stop": 817424533
        },
        {
            "start": 817424536,
            "stop": 817424557
        },
        {
            "start": 817424578,
            "stop": 817425632
        },
        {
            "start": 817427752,
            "stop": 817430220
        },
        {
            "start": 817430340,
            "stop": 817430349
        },
        {
            "start": 817430378,
            "stop": 817431059
        },
        {
            "start": 817431078,
            "stop": 817431882
        },
        {
            "start": 817432099,
            "stop": 817436935
        },
        {
            "start": 817436952,
            "stop": 817439449
        },
        {
            "start": 817439542,
            "stop": 817440419
        },
        {
            "start": 817440468,
            "stop": 817442314
        },
        {
            "start": 817443515,
            "stop": 817447648
        }
    ]
}