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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1137",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1135",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1136,
    "results": [
        {
            "start": 950078051,
            "stop": 950078468
        },
        {
            "start": 950078470,
            "stop": 950078724
        },
        {
            "start": 950078799,
            "stop": 950079847
        },
        {
            "start": 950079849,
            "stop": 950079909
        },
        {
            "start": 950079911,
            "stop": 950080177
        },
        {
            "start": 950080179,
            "stop": 950080856
        },
        {
            "start": 950080858,
            "stop": 950081226
        },
        {
            "start": 950081228,
            "stop": 950081327
        },
        {
            "start": 950081329,
            "stop": 950082797
        },
        {
            "start": 950082799,
            "stop": 950084363
        },
        {
            "start": 950085634,
            "stop": 950086717
        },
        {
            "start": 950086719,
            "stop": 950087267
        },
        {
            "start": 950087269,
            "stop": 950087858
        },
        {
            "start": 950087860,
            "stop": 950088283
        },
        {
            "start": 950088285,
            "stop": 950091857
        },
        {
            "start": 950092492,
            "stop": 950094069
        },
        {
            "start": 950094070,
            "stop": 950095539
        },
        {
            "start": 950095541,
            "stop": 950097258
        },
        {
            "start": 950097807,
            "stop": 950098732
        },
        {
            "start": 950098734,
            "stop": 950099044
        }
    ]
}