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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=141",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=139",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 140,
    "results": [
        {
            "start": 838260280,
            "stop": 838292739
        },
        {
            "start": 838295578,
            "stop": 838295758
        },
        {
            "start": 838313281,
            "stop": 838325709
        },
        {
            "start": 838328054,
            "stop": 838334555
        },
        {
            "start": 838338210,
            "stop": 838373691
        },
        {
            "start": 838376314,
            "stop": 838399519
        },
        {
            "start": 838401468,
            "stop": 838406368
        },
        {
            "start": 838409058,
            "stop": 838410406
        },
        {
            "start": 838411743,
            "stop": 838412223
        },
        {
            "start": 838412225,
            "stop": 838415436
        },
        {
            "start": 838419120,
            "stop": 838419184
        },
        {
            "start": 838420230,
            "stop": 838469780
        },
        {
            "start": 838470829,
            "stop": 838479617
        },
        {
            "start": 838495209,
            "stop": 838499612
        },
        {
            "start": 838499613,
            "stop": 838499638
        },
        {
            "start": 838499640,
            "stop": 838499662
        },
        {
            "start": 838499664,
            "stop": 838503354
        },
        {
            "start": 838503362,
            "stop": 838524229
        },
        {
            "start": 838524232,
            "stop": 838524264
        },
        {
            "start": 838524265,
            "stop": 838561076
        }
    ]
}