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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=158",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=156",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 157,
    "results": [
        {
            "start": 818735282,
            "stop": 818735293
        },
        {
            "start": 818735301,
            "stop": 818735304
        },
        {
            "start": 818735356,
            "stop": 818735360
        },
        {
            "start": 818735409,
            "stop": 818735411
        },
        {
            "start": 818735419,
            "stop": 818735423
        },
        {
            "start": 818735881,
            "stop": 818735882
        },
        {
            "start": 818736071,
            "stop": 818736076
        },
        {
            "start": 818736134,
            "stop": 818736136
        },
        {
            "start": 818736399,
            "stop": 818736401
        },
        {
            "start": 818736462,
            "stop": 818736465
        },
        {
            "start": 818736660,
            "stop": 818736661
        },
        {
            "start": 818736679,
            "stop": 818736680
        },
        {
            "start": 818736711,
            "stop": 818736712
        },
        {
            "start": 818736729,
            "stop": 818736732
        },
        {
            "start": 818736748,
            "stop": 818736758
        },
        {
            "start": 818736768,
            "stop": 818736771
        },
        {
            "start": 818736838,
            "stop": 818736841
        },
        {
            "start": 818736849,
            "stop": 818736853
        },
        {
            "start": 818736874,
            "stop": 818736878
        },
        {
            "start": 818736917,
            "stop": 818736922
        }
    ]
}