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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=210",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=208",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 209,
    "results": [
        {
            "start": 820377618,
            "stop": 820379342
        },
        {
            "start": 820379349,
            "stop": 820380187
        },
        {
            "start": 820380479,
            "stop": 820380609
        },
        {
            "start": 820381034,
            "stop": 820381440
        },
        {
            "start": 820381448,
            "stop": 820381788
        },
        {
            "start": 820381795,
            "stop": 820381854
        },
        {
            "start": 820381861,
            "stop": 820383005
        },
        {
            "start": 820383012,
            "stop": 820383258
        },
        {
            "start": 820383265,
            "stop": 820383445
        },
        {
            "start": 820383453,
            "stop": 820383942
        },
        {
            "start": 820383949,
            "stop": 820384826
        },
        {
            "start": 820384834,
            "stop": 820384957
        },
        {
            "start": 820384964,
            "stop": 820385141
        },
        {
            "start": 820385148,
            "stop": 820385297
        },
        {
            "start": 820385305,
            "stop": 820385989
        },
        {
            "start": 820385996,
            "stop": 820386272
        },
        {
            "start": 820386279,
            "stop": 820386857
        },
        {
            "start": 820386864,
            "stop": 820387026
        },
        {
            "start": 820387033,
            "stop": 820387679
        },
        {
            "start": 820387686,
            "stop": 820388540
        }
    ]
}