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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10060",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10058",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10059,
    "results": [
        {
            "start": 872972710,
            "stop": 872972767
        },
        {
            "start": 872972784,
            "stop": 872972791
        },
        {
            "start": 872972808,
            "stop": 872972827
        },
        {
            "start": 872972844,
            "stop": 872972861
        },
        {
            "start": 872972906,
            "stop": 872972940
        },
        {
            "start": 872972958,
            "stop": 872973017
        },
        {
            "start": 872973034,
            "stop": 872973043
        },
        {
            "start": 872973092,
            "stop": 872973093
        },
        {
            "start": 872973128,
            "stop": 872973159
        },
        {
            "start": 872973176,
            "stop": 872973333
        },
        {
            "start": 872973350,
            "stop": 872973373
        },
        {
            "start": 872973390,
            "stop": 872973405
        },
        {
            "start": 872973422,
            "stop": 872973461
        },
        {
            "start": 872973478,
            "stop": 872973512
        },
        {
            "start": 872973542,
            "stop": 872973560
        },
        {
            "start": 872973578,
            "stop": 872973592
        },
        {
            "start": 872973622,
            "stop": 872973623
        },
        {
            "start": 872973641,
            "stop": 872973685
        },
        {
            "start": 872973718,
            "stop": 872973722
        },
        {
            "start": 872973756,
            "stop": 872973757
        }
    ]
}