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=4516
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=4517",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4515",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4516,
    "results": [
        {
            "start": 968442682,
            "stop": 968442741
        },
        {
            "start": 968442744,
            "stop": 968442916
        },
        {
            "start": 968442919,
            "stop": 968442989
        },
        {
            "start": 968442992,
            "stop": 968443178
        },
        {
            "start": 968443238,
            "stop": 968443241
        },
        {
            "start": 968443244,
            "stop": 968443273
        },
        {
            "start": 968443276,
            "stop": 968443590
        },
        {
            "start": 968443593,
            "stop": 968443711
        },
        {
            "start": 968443714,
            "stop": 968443715
        },
        {
            "start": 968443718,
            "stop": 968444141
        },
        {
            "start": 968444144,
            "stop": 968444511
        },
        {
            "start": 968444514,
            "stop": 968444556
        },
        {
            "start": 968444559,
            "stop": 968444632
        },
        {
            "start": 968444635,
            "stop": 968444703
        },
        {
            "start": 968444709,
            "stop": 968445307
        },
        {
            "start": 968445310,
            "stop": 968445357
        },
        {
            "start": 968445361,
            "stop": 968445376
        },
        {
            "start": 968445379,
            "stop": 968445394
        },
        {
            "start": 968445397,
            "stop": 968445453
        },
        {
            "start": 968445458,
            "stop": 968445664
        }
    ]
}