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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=115",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=113",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 114,
    "results": [
        {
            "start": 817874754,
            "stop": 817875787
        },
        {
            "start": 817875794,
            "stop": 817876587
        },
        {
            "start": 817876594,
            "stop": 817879603
        },
        {
            "start": 817879784,
            "stop": 817903123
        },
        {
            "start": 817903304,
            "stop": 817911632
        },
        {
            "start": 817911636,
            "stop": 817911866
        },
        {
            "start": 817911873,
            "stop": 817915206
        },
        {
            "start": 817938329,
            "stop": 817940309
        },
        {
            "start": 817941213,
            "stop": 817943838
        },
        {
            "start": 817944483,
            "stop": 817949884
        },
        {
            "start": 817949891,
            "stop": 817950823
        },
        {
            "start": 817951004,
            "stop": 817953006
        },
        {
            "start": 817953663,
            "stop": 817955238
        },
        {
            "start": 817955598,
            "stop": 817955810
        },
        {
            "start": 817956023,
            "stop": 817968967
        },
        {
            "start": 817968974,
            "stop": 817975290
        },
        {
            "start": 817975297,
            "stop": 817995310
        },
        {
            "start": 817995317,
            "stop": 817996588
        },
        {
            "start": 817996592,
            "stop": 817996614
        },
        {
            "start": 817996618,
            "stop": 817999870
        }
    ]
}