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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=139",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=137",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 138,
    "results": [
        {
            "start": 816751508,
            "stop": 816751663
        },
        {
            "start": 816751667,
            "stop": 816751676
        },
        {
            "start": 816751682,
            "stop": 816751688
        },
        {
            "start": 816751692,
            "stop": 816751744
        },
        {
            "start": 816751749,
            "stop": 816751752
        },
        {
            "start": 816751758,
            "stop": 816751764
        },
        {
            "start": 816751769,
            "stop": 816751772
        },
        {
            "start": 816751777,
            "stop": 816751803
        },
        {
            "start": 816751807,
            "stop": 816751916
        },
        {
            "start": 816751920,
            "stop": 816752002
        },
        {
            "start": 816752005,
            "stop": 816752074
        },
        {
            "start": 816752078,
            "stop": 816752106
        },
        {
            "start": 816752110,
            "stop": 816752165
        },
        {
            "start": 816752170,
            "stop": 816752176
        },
        {
            "start": 816752184,
            "stop": 816752191
        },
        {
            "start": 816752195,
            "stop": 816752205
        },
        {
            "start": 816752210,
            "stop": 816752217
        },
        {
            "start": 816752225,
            "stop": 816752285
        },
        {
            "start": 816752289,
            "stop": 816752299
        },
        {
            "start": 816752303,
            "stop": 816752307
        }
    ]
}