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_H1L1/segments?format=api&page=131
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_H1L1/segments?format=api&page=132",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=130",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 131,
    "results": [
        {
            "start": 822279248,
            "stop": 822279488
        },
        {
            "start": 822279663,
            "stop": 822279783
        },
        {
            "start": 822279943,
            "stop": 822281503
        },
        {
            "start": 822281654,
            "stop": 822281774
        },
        {
            "start": 822282196,
            "stop": 822282796
        },
        {
            "start": 822283544,
            "stop": 822288884
        },
        {
            "start": 822289067,
            "stop": 822290327
        },
        {
            "start": 822292308,
            "stop": 822292728
        },
        {
            "start": 822292878,
            "stop": 822293568
        },
        {
            "start": 822295471,
            "stop": 822295531
        },
        {
            "start": 822301659,
            "stop": 822302439
        },
        {
            "start": 822302794,
            "stop": 822303814
        },
        {
            "start": 822303969,
            "stop": 822305229
        },
        {
            "start": 822305382,
            "stop": 822305622
        },
        {
            "start": 822305762,
            "stop": 822305942
        },
        {
            "start": 822306106,
            "stop": 822306406
        },
        {
            "start": 822306693,
            "stop": 822307413
        },
        {
            "start": 822307596,
            "stop": 822309216
        },
        {
            "start": 822310311,
            "stop": 822310911
        },
        {
            "start": 822311091,
            "stop": 822311571
        }
    ]
}