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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4888",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4886",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4887,
    "results": [
        {
            "start": 874904138,
            "stop": 874904520
        },
        {
            "start": 874904580,
            "stop": 874909652
        },
        {
            "start": 874909808,
            "stop": 874914226
        },
        {
            "start": 874914245,
            "stop": 874915320
        },
        {
            "start": 874915380,
            "stop": 874916133
        },
        {
            "start": 874916134,
            "stop": 874918244
        },
        {
            "start": 874918425,
            "stop": 874920240
        },
        {
            "start": 874920300,
            "stop": 874925341
        },
        {
            "start": 874925360,
            "stop": 874932402
        },
        {
            "start": 874932421,
            "stop": 874934400
        },
        {
            "start": 874934520,
            "stop": 874934896
        },
        {
            "start": 874935636,
            "stop": 874935960
        },
        {
            "start": 874936020,
            "stop": 874936824
        },
        {
            "start": 874936944,
            "stop": 874938590
        },
        {
            "start": 874938710,
            "stop": 874939350
        },
        {
            "start": 874939369,
            "stop": 874939664
        },
        {
            "start": 874939845,
            "stop": 874939894
        },
        {
            "start": 874940014,
            "stop": 874940240
        },
        {
            "start": 874940414,
            "stop": 874940826
        },
        {
            "start": 874940845,
            "stop": 874940934
        }
    ]
}