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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=37",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=35",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 36,
    "results": [
        {
            "start": 817192178,
            "stop": 817192216
        },
        {
            "start": 817192219,
            "stop": 817192417
        },
        {
            "start": 817192420,
            "stop": 817192455
        },
        {
            "start": 817192458,
            "stop": 817193769
        },
        {
            "start": 817193772,
            "stop": 817193982
        },
        {
            "start": 817193988,
            "stop": 817194000
        },
        {
            "start": 817194120,
            "stop": 817194199
        },
        {
            "start": 817194202,
            "stop": 817196340
        },
        {
            "start": 817196343,
            "stop": 817196349
        },
        {
            "start": 817196352,
            "stop": 817196453
        },
        {
            "start": 817196456,
            "stop": 817196485
        },
        {
            "start": 817196488,
            "stop": 817196533
        },
        {
            "start": 817196538,
            "stop": 817196568
        },
        {
            "start": 817196572,
            "stop": 817196639
        },
        {
            "start": 817196642,
            "stop": 817196739
        },
        {
            "start": 817196742,
            "stop": 817196835
        },
        {
            "start": 817196838,
            "stop": 817196893
        },
        {
            "start": 817196897,
            "stop": 817196956
        },
        {
            "start": 817196959,
            "stop": 817196980
        },
        {
            "start": 817196984,
            "stop": 817197042
        }
    ]
}