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=4183
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=4184",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4182",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4183,
    "results": [
        {
            "start": 874386237,
            "stop": 874386304
        },
        {
            "start": 874386326,
            "stop": 874386410
        },
        {
            "start": 874386430,
            "stop": 874386660
        },
        {
            "start": 874386680,
            "stop": 874387021
        },
        {
            "start": 874387040,
            "stop": 874387055
        },
        {
            "start": 874387077,
            "stop": 874387121
        },
        {
            "start": 874387140,
            "stop": 874387274
        },
        {
            "start": 874387293,
            "stop": 874387338
        },
        {
            "start": 874387369,
            "stop": 874387452
        },
        {
            "start": 874387471,
            "stop": 874387496
        },
        {
            "start": 874387515,
            "stop": 874387557
        },
        {
            "start": 874387576,
            "stop": 874387687
        },
        {
            "start": 874387709,
            "stop": 874387819
        },
        {
            "start": 874387853,
            "stop": 874387857
        },
        {
            "start": 874387876,
            "stop": 874387941
        },
        {
            "start": 874387963,
            "stop": 874388241
        },
        {
            "start": 874388260,
            "stop": 874388420
        },
        {
            "start": 874388442,
            "stop": 874388512
        },
        {
            "start": 874388532,
            "stop": 874388618
        },
        {
            "start": 874388638,
            "stop": 874388681
        }
    ]
}