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=921
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=922",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=920",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 921,
    "results": [
        {
            "start": 868852115,
            "stop": 868855415
        },
        {
            "start": 868855631,
            "stop": 868856351
        },
        {
            "start": 868856595,
            "stop": 868862655
        },
        {
            "start": 868867144,
            "stop": 868872844
        },
        {
            "start": 868873049,
            "stop": 868881089
        },
        {
            "start": 868881284,
            "stop": 868882424
        },
        {
            "start": 868883609,
            "stop": 868883969
        },
        {
            "start": 868894229,
            "stop": 868894769
        },
        {
            "start": 868894922,
            "stop": 868896242
        },
        {
            "start": 868896372,
            "stop": 868896972
        },
        {
            "start": 868897120,
            "stop": 868897300
        },
        {
            "start": 868897472,
            "stop": 868899032
        },
        {
            "start": 868899206,
            "stop": 868899326
        },
        {
            "start": 868899501,
            "stop": 868899621
        },
        {
            "start": 868900085,
            "stop": 868900205
        },
        {
            "start": 868900354,
            "stop": 868900474
        },
        {
            "start": 868900625,
            "stop": 868900685
        },
        {
            "start": 868901921,
            "stop": 868902161
        },
        {
            "start": 868911582,
            "stop": 868911852
        },
        {
            "start": 868912002,
            "stop": 868915062
        }
    ]
}