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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15736",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15734",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15735,
    "results": [
        {
            "start": 971166408,
            "stop": 971166411
        },
        {
            "start": 971166413,
            "stop": 971166416
        },
        {
            "start": 971166418,
            "stop": 971166420
        },
        {
            "start": 971166422,
            "stop": 971166423
        },
        {
            "start": 971166424,
            "stop": 971166425
        },
        {
            "start": 971166426,
            "stop": 971166428
        },
        {
            "start": 971166429,
            "stop": 971166432
        },
        {
            "start": 971166433,
            "stop": 971166435
        },
        {
            "start": 971166439,
            "stop": 971166441
        },
        {
            "start": 971166442,
            "stop": 971166444
        },
        {
            "start": 971166451,
            "stop": 971166454
        },
        {
            "start": 971166456,
            "stop": 971166457
        },
        {
            "start": 971166461,
            "stop": 971166463
        },
        {
            "start": 971166465,
            "stop": 971166469
        },
        {
            "start": 971166471,
            "stop": 971166472
        },
        {
            "start": 971166475,
            "stop": 971166477
        },
        {
            "start": 971166483,
            "stop": 971166485
        },
        {
            "start": 971166488,
            "stop": 971166489
        },
        {
            "start": 971166491,
            "stop": 971166493
        },
        {
            "start": 971166494,
            "stop": 971166495
        }
    ]
}