Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=1088
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_H1L1/segments?format=api&page=1089",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=1087",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 1088,
    "results": [
        {
            "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": 874098132,
            "stop": 874098252
        },
        {
            "start": 874098519,
            "stop": 874101039
        },
        {
            "start": 874101243,
            "stop": 874103643
        },
        {
            "start": 874106300,
            "stop": 874106960
        },
        {
            "start": 874107156,
            "stop": 874109136
        },
        {
            "start": 874109277,
            "stop": 874113327
        },
        {
            "start": 874113477,
            "stop": 874115877
        },
        {
            "start": 874116028,
            "stop": 874122748
        },
        {
            "start": 874122913,
            "stop": 874130473
        },
        {
            "start": 874130651,
            "stop": 874132451
        },
        {
            "start": 874133447,
            "stop": 874133627
        }
    ]
}