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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=342",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=340",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 341,
    "results": [
        {
            "start": 818849498,
            "stop": 818849509
        },
        {
            "start": 818849577,
            "stop": 818849579
        },
        {
            "start": 818849799,
            "stop": 818849844
        },
        {
            "start": 818849941,
            "stop": 818849945
        },
        {
            "start": 818850166,
            "stop": 818850185
        },
        {
            "start": 818850213,
            "stop": 818850217
        },
        {
            "start": 818850298,
            "stop": 818850301
        },
        {
            "start": 818850344,
            "stop": 818850353
        },
        {
            "start": 818850423,
            "stop": 818850426
        },
        {
            "start": 818850527,
            "stop": 818850532
        },
        {
            "start": 818850566,
            "stop": 818850600
        },
        {
            "start": 818850640,
            "stop": 818850643
        },
        {
            "start": 818850678,
            "stop": 818850779
        },
        {
            "start": 818850799,
            "stop": 818850806
        },
        {
            "start": 818850837,
            "stop": 818850839
        },
        {
            "start": 818850859,
            "stop": 818850881
        },
        {
            "start": 818850941,
            "stop": 818850949
        },
        {
            "start": 818851118,
            "stop": 818851155
        },
        {
            "start": 818851176,
            "stop": 818851178
        },
        {
            "start": 818851399,
            "stop": 818851403
        }
    ]
}