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_H2L1/segments?format=api&page=142
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=143",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=141",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 142,
    "results": [
        {
            "start": 822306106,
            "stop": 822306406
        },
        {
            "start": 822306693,
            "stop": 822307413
        },
        {
            "start": 822307596,
            "stop": 822309216
        },
        {
            "start": 822310311,
            "stop": 822310911
        },
        {
            "start": 822311091,
            "stop": 822311571
        },
        {
            "start": 822311889,
            "stop": 822311949
        },
        {
            "start": 822312121,
            "stop": 822313321
        },
        {
            "start": 822313471,
            "stop": 822314101
        },
        {
            "start": 822314257,
            "stop": 822314617
        },
        {
            "start": 822314812,
            "stop": 822314872
        },
        {
            "start": 822315042,
            "stop": 822315642
        },
        {
            "start": 822316910,
            "stop": 822317450
        },
        {
            "start": 822317608,
            "stop": 822317728
        },
        {
            "start": 822317875,
            "stop": 822318475
        },
        {
            "start": 822319152,
            "stop": 822319692
        },
        {
            "start": 822319916,
            "stop": 822319976
        },
        {
            "start": 822321789,
            "stop": 822321909
        },
        {
            "start": 822322066,
            "stop": 822322666
        },
        {
            "start": 822323056,
            "stop": 822323296
        },
        {
            "start": 822323443,
            "stop": 822323623
        }
    ]
}