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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4243",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4241",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4242,
    "results": [
        {
            "start": 874560375,
            "stop": 874560480
        },
        {
            "start": 874560540,
            "stop": 874560553
        },
        {
            "start": 874560572,
            "stop": 874560591
        },
        {
            "start": 874560631,
            "stop": 874560672
        },
        {
            "start": 874560720,
            "stop": 874560779
        },
        {
            "start": 874560798,
            "stop": 874560832
        },
        {
            "start": 874560900,
            "stop": 874560959
        },
        {
            "start": 874560978,
            "stop": 874561042
        },
        {
            "start": 874561062,
            "stop": 874561073
        },
        {
            "start": 874561092,
            "stop": 874561138
        },
        {
            "start": 874561157,
            "stop": 874561175
        },
        {
            "start": 874561199,
            "stop": 874561239
        },
        {
            "start": 874561258,
            "stop": 874561358
        },
        {
            "start": 874561382,
            "stop": 874561410
        },
        {
            "start": 874561429,
            "stop": 874561440
        },
        {
            "start": 874562400,
            "stop": 874562408
        },
        {
            "start": 874562440,
            "stop": 874562443
        },
        {
            "start": 874562471,
            "stop": 874562485
        },
        {
            "start": 874562640,
            "stop": 874562650
        },
        {
            "start": 874562681,
            "stop": 874562700
        }
    ]
}