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=3777
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=3778",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3776",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3777,
    "results": [
        {
            "start": 874325317,
            "stop": 874326611
        },
        {
            "start": 874326628,
            "stop": 874327556
        },
        {
            "start": 874327573,
            "stop": 874329183
        },
        {
            "start": 874329200,
            "stop": 874331960
        },
        {
            "start": 874332000,
            "stop": 874332450
        },
        {
            "start": 874332540,
            "stop": 874332878
        },
        {
            "start": 874332895,
            "stop": 874332996
        },
        {
            "start": 874333015,
            "stop": 874333547
        },
        {
            "start": 874333564,
            "stop": 874336313
        },
        {
            "start": 874336330,
            "stop": 874336380
        },
        {
            "start": 874336440,
            "stop": 874336945
        },
        {
            "start": 874336962,
            "stop": 874337206
        },
        {
            "start": 874337223,
            "stop": 874337520
        },
        {
            "start": 874337580,
            "stop": 874337700
        },
        {
            "start": 874337760,
            "stop": 874338000
        },
        {
            "start": 874338060,
            "stop": 874338117
        },
        {
            "start": 874338134,
            "stop": 874340680
        },
        {
            "start": 874341390,
            "stop": 874342378
        },
        {
            "start": 874342587,
            "stop": 874342800
        },
        {
            "start": 874342920,
            "stop": 874342949
        }
    ]
}