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=4535
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=4536",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4534",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4535,
    "results": [
        {
            "start": 968640390,
            "stop": 968640444
        },
        {
            "start": 968640447,
            "stop": 968641070
        },
        {
            "start": 968641073,
            "stop": 968641963
        },
        {
            "start": 968641966,
            "stop": 968643164
        },
        {
            "start": 968643167,
            "stop": 968643204
        },
        {
            "start": 968643207,
            "stop": 968643838
        },
        {
            "start": 968643841,
            "stop": 968644471
        },
        {
            "start": 968644474,
            "stop": 968644632
        },
        {
            "start": 968646025,
            "stop": 968646715
        },
        {
            "start": 968646718,
            "stop": 968646752
        },
        {
            "start": 968646755,
            "stop": 968647940
        },
        {
            "start": 968647943,
            "stop": 968647954
        },
        {
            "start": 968647957,
            "stop": 968647999
        },
        {
            "start": 968648002,
            "stop": 968649381
        },
        {
            "start": 968649384,
            "stop": 968649989
        },
        {
            "start": 968649992,
            "stop": 968650335
        },
        {
            "start": 968650339,
            "stop": 968651059
        },
        {
            "start": 968651062,
            "stop": 968653927
        },
        {
            "start": 968653930,
            "stop": 968654187
        },
        {
            "start": 968654190,
            "stop": 968654919
        }
    ]
}