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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=310",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=308",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 309,
    "results": [
        {
            "start": 969050046,
            "stop": 969050064
        },
        {
            "start": 969050067,
            "stop": 969050073
        },
        {
            "start": 969050078,
            "stop": 969050079
        },
        {
            "start": 969050094,
            "stop": 969050096
        },
        {
            "start": 969050115,
            "stop": 969050118
        },
        {
            "start": 969050129,
            "stop": 969050130
        },
        {
            "start": 969050133,
            "stop": 969050137
        },
        {
            "start": 969050140,
            "stop": 969050143
        },
        {
            "start": 969050147,
            "stop": 969050150
        },
        {
            "start": 969050154,
            "stop": 969050157
        },
        {
            "start": 969050160,
            "stop": 969050166
        },
        {
            "start": 969050172,
            "stop": 969050173
        },
        {
            "start": 969050179,
            "stop": 969050180
        },
        {
            "start": 969050184,
            "stop": 969050185
        },
        {
            "start": 969050192,
            "stop": 969050194
        },
        {
            "start": 969050215,
            "stop": 969050219
        },
        {
            "start": 969050226,
            "stop": 969050228
        },
        {
            "start": 969050236,
            "stop": 969050267
        },
        {
            "start": 969050270,
            "stop": 969050279
        },
        {
            "start": 969050282,
            "stop": 969050283
        }
    ]
}