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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=123",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=121",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 122,
    "results": [
        {
            "start": 818408673,
            "stop": 818413535
        },
        {
            "start": 818413542,
            "stop": 818414127
        },
        {
            "start": 818414134,
            "stop": 818415163
        },
        {
            "start": 818415344,
            "stop": 818415852
        },
        {
            "start": 818415859,
            "stop": 818415914
        },
        {
            "start": 818415921,
            "stop": 818416329
        },
        {
            "start": 818416336,
            "stop": 818418310
        },
        {
            "start": 818418317,
            "stop": 818419750
        },
        {
            "start": 818419751,
            "stop": 818419844
        },
        {
            "start": 818419851,
            "stop": 818422765
        },
        {
            "start": 818422769,
            "stop": 818426005
        },
        {
            "start": 818426011,
            "stop": 818426532
        },
        {
            "start": 818426651,
            "stop": 818426683
        },
        {
            "start": 818426772,
            "stop": 818426992
        },
        {
            "start": 818427319,
            "stop": 818427373
        },
        {
            "start": 818428047,
            "stop": 818430709
        },
        {
            "start": 818430713,
            "stop": 818438992
        },
        {
            "start": 818439424,
            "stop": 818439524
        },
        {
            "start": 818440267,
            "stop": 818440480
        },
        {
            "start": 818440657,
            "stop": 818440714
        }
    ]
}