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=3795
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=3796",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3794",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3795,
    "results": [
        {
            "start": 874504958,
            "stop": 874505024
        },
        {
            "start": 874505205,
            "stop": 874505339
        },
        {
            "start": 874505371,
            "stop": 874505384
        },
        {
            "start": 874505925,
            "stop": 874505934
        },
        {
            "start": 874505951,
            "stop": 874506333
        },
        {
            "start": 874506350,
            "stop": 874506705
        },
        {
            "start": 874506729,
            "stop": 874506731
        },
        {
            "start": 874506748,
            "stop": 874506905
        },
        {
            "start": 874506922,
            "stop": 874507471
        },
        {
            "start": 874507488,
            "stop": 874508380
        },
        {
            "start": 874508397,
            "stop": 874508400
        },
        {
            "start": 874508460,
            "stop": 874508880
        },
        {
            "start": 874509000,
            "stop": 874509116
        },
        {
            "start": 874509133,
            "stop": 874509138
        },
        {
            "start": 874509155,
            "stop": 874509240
        },
        {
            "start": 874509360,
            "stop": 874509747
        },
        {
            "start": 874509750,
            "stop": 874509780
        },
        {
            "start": 874509851,
            "stop": 874510140
        },
        {
            "start": 874510380,
            "stop": 874510620
        },
        {
            "start": 874510680,
            "stop": 874511143
        }
    ]
}