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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=997",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=995",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 996,
    "results": [
        {
            "start": 870811659,
            "stop": 870815079
        },
        {
            "start": 870816747,
            "stop": 870817347
        },
        {
            "start": 870817638,
            "stop": 870818178
        },
        {
            "start": 870818331,
            "stop": 870819171
        },
        {
            "start": 870819328,
            "stop": 870820438
        },
        {
            "start": 870820588,
            "stop": 870824788
        },
        {
            "start": 870825033,
            "stop": 870826983
        },
        {
            "start": 870827260,
            "stop": 870831700
        },
        {
            "start": 870831935,
            "stop": 870837095
        },
        {
            "start": 870837258,
            "stop": 870846888
        },
        {
            "start": 870847038,
            "stop": 870849138
        },
        {
            "start": 870849288,
            "stop": 870849738
        },
        {
            "start": 870849888,
            "stop": 870850668
        },
        {
            "start": 870850818,
            "stop": 870852318
        },
        {
            "start": 870852468,
            "stop": 870857238
        },
        {
            "start": 870858809,
            "stop": 870859859
        },
        {
            "start": 870859979,
            "stop": 870862109
        },
        {
            "start": 870862250,
            "stop": 870863540
        },
        {
            "start": 870863570,
            "stop": 870864710
        },
        {
            "start": 870864800,
            "stop": 870865310
        }
    ]
}