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=934
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=935",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=933",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 934,
    "results": [
        {
            "start": 870091859,
            "stop": 870093899
        },
        {
            "start": 870094116,
            "stop": 870094296
        },
        {
            "start": 870094356,
            "stop": 870096156
        },
        {
            "start": 870096318,
            "stop": 870097938
        },
        {
            "start": 870098095,
            "stop": 870102475
        },
        {
            "start": 870106217,
            "stop": 870106997
        },
        {
            "start": 870107159,
            "stop": 870108779
        },
        {
            "start": 870109431,
            "stop": 870112311
        },
        {
            "start": 870112842,
            "stop": 870115842
        },
        {
            "start": 870121455,
            "stop": 870121875
        },
        {
            "start": 870122138,
            "stop": 870122198
        },
        {
            "start": 870123816,
            "stop": 870125796
        },
        {
            "start": 870125939,
            "stop": 870127259
        },
        {
            "start": 870127629,
            "stop": 870127809
        },
        {
            "start": 870128333,
            "stop": 870130793
        },
        {
            "start": 870130938,
            "stop": 870137298
        },
        {
            "start": 870137572,
            "stop": 870138232
        },
        {
            "start": 870138401,
            "stop": 870140981
        },
        {
            "start": 870141275,
            "stop": 870141455
        },
        {
            "start": 870141628,
            "stop": 870144628
        }
    ]
}