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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=1028",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=1026",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 1027,
    "results": [
        {
            "start": 874088987,
            "stop": 874090607
        },
        {
            "start": 874090749,
            "stop": 874090869
        },
        {
            "start": 874091115,
            "stop": 874091475
        },
        {
            "start": 874091625,
            "stop": 874091715
        },
        {
            "start": 874092035,
            "stop": 874093175
        },
        {
            "start": 874093336,
            "stop": 874094476
        },
        {
            "start": 874094681,
            "stop": 874095041
        },
        {
            "start": 874095403,
            "stop": 874095703
        },
        {
            "start": 874095839,
            "stop": 874096259
        },
        {
            "start": 874096404,
            "stop": 874096584
        },
        {
            "start": 874096888,
            "stop": 874097008
        },
        {
            "start": 874097170,
            "stop": 874097470
        },
        {
            "start": 874097625,
            "stop": 874097985
        },
        {
            "start": 874098133,
            "stop": 874098313
        },
        {
            "start": 874098440,
            "stop": 874101020
        },
        {
            "start": 874101080,
            "stop": 874103660
        },
        {
            "start": 874106300,
            "stop": 874106960
        },
        {
            "start": 874107156,
            "stop": 874109136
        },
        {
            "start": 874109277,
            "stop": 874115877
        },
        {
            "start": 874116028,
            "stop": 874122748
        }
    ]
}