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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=676",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=674",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 675,
    "results": [
        {
            "start": 852362785,
            "stop": 852392831
        },
        {
            "start": 852426967,
            "stop": 852427818
        },
        {
            "start": 852428138,
            "stop": 852428332
        },
        {
            "start": 852428732,
            "stop": 852429367
        },
        {
            "start": 852429784,
            "stop": 852435958
        },
        {
            "start": 852437354,
            "stop": 852439697
        },
        {
            "start": 852442185,
            "stop": 852458870
        },
        {
            "start": 852459801,
            "stop": 852473858
        },
        {
            "start": 852473908,
            "stop": 852486250
        },
        {
            "start": 852486935,
            "stop": 852489553
        },
        {
            "start": 852491143,
            "stop": 852492889
        },
        {
            "start": 852494182,
            "stop": 852495727
        },
        {
            "start": 852495730,
            "stop": 852497222
        },
        {
            "start": 852498617,
            "stop": 852498658
        },
        {
            "start": 852498802,
            "stop": 852500777
        },
        {
            "start": 852500778,
            "stop": 852501370
        },
        {
            "start": 852501372,
            "stop": 852502393
        },
        {
            "start": 852503077,
            "stop": 852503331
        },
        {
            "start": 852508935,
            "stop": 852509053
        },
        {
            "start": 852509929,
            "stop": 852520726
        }
    ]
}