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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=250",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=248",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 249,
    "results": [
        {
            "start": 933288354,
            "stop": 933288650
        },
        {
            "start": 933288672,
            "stop": 933288676
        },
        {
            "start": 933288695,
            "stop": 933289030
        },
        {
            "start": 933289049,
            "stop": 933289065
        },
        {
            "start": 933289084,
            "stop": 933289198
        },
        {
            "start": 933289221,
            "stop": 933289909
        },
        {
            "start": 933289927,
            "stop": 933290019
        },
        {
            "start": 933290038,
            "stop": 933290314
        },
        {
            "start": 933290333,
            "stop": 933290665
        },
        {
            "start": 933290684,
            "stop": 933290816
        },
        {
            "start": 933290836,
            "stop": 933291011
        },
        {
            "start": 933291032,
            "stop": 933291119
        },
        {
            "start": 933291527,
            "stop": 933291546
        },
        {
            "start": 933291618,
            "stop": 933291630
        },
        {
            "start": 933291691,
            "stop": 933292933
        },
        {
            "start": 933292934,
            "stop": 933293050
        },
        {
            "start": 933293072,
            "stop": 933293548
        },
        {
            "start": 933293584,
            "stop": 933293620
        },
        {
            "start": 933293697,
            "stop": 933293700
        },
        {
            "start": 933293721,
            "stop": 933293730
        }
    ]
}