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=60
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=61",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=59",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 60,
    "results": [
        {
            "start": 941028102,
            "stop": 941028103
        },
        {
            "start": 941028108,
            "stop": 941028109
        },
        {
            "start": 941028118,
            "stop": 941028124
        },
        {
            "start": 941028127,
            "stop": 941028131
        },
        {
            "start": 941028135,
            "stop": 941028147
        },
        {
            "start": 941028156,
            "stop": 941028159
        },
        {
            "start": 941028164,
            "stop": 941028165
        },
        {
            "start": 941028176,
            "stop": 941028180
        },
        {
            "start": 941028182,
            "stop": 941028186
        },
        {
            "start": 941028192,
            "stop": 941028200
        },
        {
            "start": 941028207,
            "stop": 941028209
        },
        {
            "start": 941028212,
            "stop": 941028214
        },
        {
            "start": 941028216,
            "stop": 941028220
        },
        {
            "start": 941028223,
            "stop": 941028229
        },
        {
            "start": 941028232,
            "stop": 941028236
        },
        {
            "start": 941028239,
            "stop": 941028266
        },
        {
            "start": 941028279,
            "stop": 941028306
        },
        {
            "start": 941028314,
            "stop": 941028318
        },
        {
            "start": 941028323,
            "stop": 941028341
        },
        {
            "start": 941028346,
            "stop": 941029001
        }
    ]
}