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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=13",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=11",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 12,
    "results": [
        {
            "start": 818281875,
            "stop": 818291914
        },
        {
            "start": 818291961,
            "stop": 818292274
        },
        {
            "start": 818292642,
            "stop": 818293163
        },
        {
            "start": 818294381,
            "stop": 818296048
        },
        {
            "start": 818296369,
            "stop": 818301908
        },
        {
            "start": 818301942,
            "stop": 818302164
        },
        {
            "start": 818302218,
            "stop": 818312674
        },
        {
            "start": 818317449,
            "stop": 818318863
        },
        {
            "start": 818322137,
            "stop": 818324116
        },
        {
            "start": 818325301,
            "stop": 818326333
        },
        {
            "start": 818327574,
            "stop": 818328411
        },
        {
            "start": 818333533,
            "stop": 818334253
        },
        {
            "start": 818339221,
            "stop": 818339593
        },
        {
            "start": 818340312,
            "stop": 818341867
        },
        {
            "start": 818343501,
            "stop": 818346272
        },
        {
            "start": 818346284,
            "stop": 818347813
        },
        {
            "start": 818360206,
            "stop": 818363359
        },
        {
            "start": 818363557,
            "stop": 818371438
        },
        {
            "start": 818373732,
            "stop": 818383736
        },
        {
            "start": 818385632,
            "stop": 818391558
        }
    ]
}