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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=35",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=33",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 34,
    "results": [
        {
            "start": 816363246,
            "stop": 816363247
        },
        {
            "start": 816363257,
            "stop": 816363261
        },
        {
            "start": 816363270,
            "stop": 816363309
        },
        {
            "start": 816363317,
            "stop": 816363405
        },
        {
            "start": 816363412,
            "stop": 816363530
        },
        {
            "start": 816363538,
            "stop": 816363550
        },
        {
            "start": 816363557,
            "stop": 816363595
        },
        {
            "start": 816363601,
            "stop": 816363741
        },
        {
            "start": 816363748,
            "stop": 816363750
        },
        {
            "start": 816363755,
            "stop": 816363756
        },
        {
            "start": 816363763,
            "stop": 816363766
        },
        {
            "start": 816363773,
            "stop": 816363810
        },
        {
            "start": 816366108,
            "stop": 816366152
        },
        {
            "start": 816366156,
            "stop": 816366159
        },
        {
            "start": 816366170,
            "stop": 816366244
        },
        {
            "start": 816366257,
            "stop": 816366467
        },
        {
            "start": 816366474,
            "stop": 816366484
        },
        {
            "start": 816366491,
            "stop": 816366540
        },
        {
            "start": 816366545,
            "stop": 816366730
        },
        {
            "start": 816366734,
            "stop": 816366803
        }
    ]
}