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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=213",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=211",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 212,
    "results": [
        {
            "start": 931670568,
            "stop": 931670575
        },
        {
            "start": 931670578,
            "stop": 931670585
        },
        {
            "start": 931670588,
            "stop": 931670589
        },
        {
            "start": 931670591,
            "stop": 931670599
        },
        {
            "start": 931670603,
            "stop": 931670605
        },
        {
            "start": 931670607,
            "stop": 931670609
        },
        {
            "start": 931670613,
            "stop": 931670623
        },
        {
            "start": 931670628,
            "stop": 931670648
        },
        {
            "start": 931670652,
            "stop": 931670664
        },
        {
            "start": 931670667,
            "stop": 931670673
        },
        {
            "start": 931670675,
            "stop": 931670680
        },
        {
            "start": 931670686,
            "stop": 931670696
        },
        {
            "start": 931670701,
            "stop": 931670710
        },
        {
            "start": 931670713,
            "stop": 931670721
        },
        {
            "start": 931670730,
            "stop": 931670742
        },
        {
            "start": 931670745,
            "stop": 931670746
        },
        {
            "start": 931670750,
            "stop": 931670757
        },
        {
            "start": 931670762,
            "stop": 931670766
        },
        {
            "start": 931670769,
            "stop": 931670773
        },
        {
            "start": 931670777,
            "stop": 931670781
        }
    ]
}