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=109
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=110",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=108",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 109,
    "results": [
        {
            "start": 817277818,
            "stop": 817278067
        },
        {
            "start": 817278070,
            "stop": 817278103
        },
        {
            "start": 817278106,
            "stop": 817278305
        },
        {
            "start": 817278308,
            "stop": 817278379
        },
        {
            "start": 817278382,
            "stop": 817278810
        },
        {
            "start": 817278930,
            "stop": 817279034
        },
        {
            "start": 817279038,
            "stop": 817279145
        },
        {
            "start": 817279149,
            "stop": 817279203
        },
        {
            "start": 817279207,
            "stop": 817279340
        },
        {
            "start": 817279343,
            "stop": 817279364
        },
        {
            "start": 817279367,
            "stop": 817279784
        },
        {
            "start": 817279787,
            "stop": 817279972
        },
        {
            "start": 817279975,
            "stop": 817280012
        },
        {
            "start": 817280015,
            "stop": 817280106
        },
        {
            "start": 817280109,
            "stop": 817280207
        },
        {
            "start": 817280210,
            "stop": 817280460
        },
        {
            "start": 817280463,
            "stop": 817280573
        },
        {
            "start": 817280576,
            "stop": 817280814
        },
        {
            "start": 817280817,
            "stop": 817281063
        },
        {
            "start": 817281065,
            "stop": 817281411
        }
    ]
}