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=629
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=630",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=628",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 629,
    "results": [
        {
            "start": 843000650,
            "stop": 843025573
        },
        {
            "start": 843026915,
            "stop": 843105359
        },
        {
            "start": 843106874,
            "stop": 843108832
        },
        {
            "start": 843110435,
            "stop": 843132673
        },
        {
            "start": 843134294,
            "stop": 843167351
        },
        {
            "start": 843168869,
            "stop": 843174973
        },
        {
            "start": 843176580,
            "stop": 843188836
        },
        {
            "start": 843188837,
            "stop": 843223860
        },
        {
            "start": 843225754,
            "stop": 843251616
        },
        {
            "start": 843252682,
            "stop": 843254574
        },
        {
            "start": 843254575,
            "stop": 843254582
        },
        {
            "start": 843254583,
            "stop": 843257713
        },
        {
            "start": 843259139,
            "stop": 843272233
        },
        {
            "start": 843273634,
            "stop": 843311543
        },
        {
            "start": 843348887,
            "stop": 843413972
        },
        {
            "start": 843414576,
            "stop": 843421269
        },
        {
            "start": 843422617,
            "stop": 843427549
        },
        {
            "start": 843428953,
            "stop": 843429116
        },
        {
            "start": 843429118,
            "stop": 843429123
        },
        {
            "start": 843432478,
            "stop": 843435839
        }
    ]
}