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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=452",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=450",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 451,
    "results": [
        {
            "start": 827236813,
            "stop": 827236824
        },
        {
            "start": 827236833,
            "stop": 827236843
        },
        {
            "start": 827236851,
            "stop": 827236857
        },
        {
            "start": 827236870,
            "stop": 827236876
        },
        {
            "start": 827236879,
            "stop": 827236895
        },
        {
            "start": 827236942,
            "stop": 827236952
        },
        {
            "start": 827236956,
            "stop": 827236975
        },
        {
            "start": 827236984,
            "stop": 827236994
        },
        {
            "start": 827237008,
            "stop": 827237014
        },
        {
            "start": 827237018,
            "stop": 827237033
        },
        {
            "start": 827237042,
            "stop": 827237047
        },
        {
            "start": 827237066,
            "stop": 827237119
        },
        {
            "start": 827237123,
            "stop": 827237130
        },
        {
            "start": 827237134,
            "stop": 827237168
        },
        {
            "start": 827237171,
            "stop": 827237173
        },
        {
            "start": 827237186,
            "stop": 827237187
        },
        {
            "start": 827239912,
            "stop": 827240024
        },
        {
            "start": 827240032,
            "stop": 827242950
        },
        {
            "start": 827242957,
            "stop": 827243555
        },
        {
            "start": 827243562,
            "stop": 827245695
        }
    ]
}