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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=242",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=240",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 241,
    "results": [
        {
            "start": 933242066,
            "stop": 933242249
        },
        {
            "start": 933242250,
            "stop": 933242355
        },
        {
            "start": 933242374,
            "stop": 933242425
        },
        {
            "start": 933242444,
            "stop": 933242461
        },
        {
            "start": 933246652,
            "stop": 933246729
        },
        {
            "start": 933246734,
            "stop": 933246799
        },
        {
            "start": 933246804,
            "stop": 933246837
        },
        {
            "start": 933246856,
            "stop": 933246939
        },
        {
            "start": 933246944,
            "stop": 933246951
        },
        {
            "start": 933246970,
            "stop": 933247143
        },
        {
            "start": 933247149,
            "stop": 933247185
        },
        {
            "start": 933247191,
            "stop": 933247281
        },
        {
            "start": 933247282,
            "stop": 933247483
        },
        {
            "start": 933247519,
            "stop": 933247546
        },
        {
            "start": 933247551,
            "stop": 933247665
        },
        {
            "start": 933247687,
            "stop": 933247694
        },
        {
            "start": 933247713,
            "stop": 933247714
        },
        {
            "start": 933251640,
            "stop": 933252525
        },
        {
            "start": 933252530,
            "stop": 933252642
        },
        {
            "start": 933252661,
            "stop": 933252723
        }
    ]
}