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=216
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=217",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=215",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 216,
    "results": [
        {
            "start": 827282789,
            "stop": 827283389
        },
        {
            "start": 827283515,
            "stop": 827283755
        },
        {
            "start": 827283910,
            "stop": 827284030
        },
        {
            "start": 827284553,
            "stop": 827286593
        },
        {
            "start": 827286876,
            "stop": 827286996
        },
        {
            "start": 827287464,
            "stop": 827287584
        },
        {
            "start": 827287769,
            "stop": 827288489
        },
        {
            "start": 827288645,
            "stop": 827288705
        },
        {
            "start": 827288863,
            "stop": 827288923
        },
        {
            "start": 827289194,
            "stop": 827289374
        },
        {
            "start": 827290035,
            "stop": 827290155
        },
        {
            "start": 827290660,
            "stop": 827290720
        },
        {
            "start": 827291081,
            "stop": 827291501
        },
        {
            "start": 827291725,
            "stop": 827291785
        },
        {
            "start": 827295591,
            "stop": 827295711
        },
        {
            "start": 827295894,
            "stop": 827299254
        },
        {
            "start": 827299645,
            "stop": 827300065
        },
        {
            "start": 827300300,
            "stop": 827300360
        },
        {
            "start": 827300671,
            "stop": 827301091
        },
        {
            "start": 827301279,
            "stop": 827303049
        }
    ]
}