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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5276",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5274",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5275,
    "results": [
        {
            "start": 874758435,
            "stop": 874758927
        },
        {
            "start": 874758934,
            "stop": 874758968
        },
        {
            "start": 874759002,
            "stop": 874759088
        },
        {
            "start": 874759095,
            "stop": 874759404
        },
        {
            "start": 874759438,
            "stop": 874759536
        },
        {
            "start": 874759543,
            "stop": 874759660
        },
        {
            "start": 874759694,
            "stop": 874759714
        },
        {
            "start": 874759748,
            "stop": 874759749
        },
        {
            "start": 874759757,
            "stop": 874759840
        },
        {
            "start": 874759874,
            "stop": 874759895
        },
        {
            "start": 874759929,
            "stop": 874759952
        },
        {
            "start": 874759986,
            "stop": 874760004
        },
        {
            "start": 874760038,
            "stop": 874760171
        },
        {
            "start": 874760235,
            "stop": 874760326
        },
        {
            "start": 874760333,
            "stop": 874760436
        },
        {
            "start": 874760470,
            "stop": 874760511
        },
        {
            "start": 874760587,
            "stop": 874760616
        },
        {
            "start": 874760650,
            "stop": 874760685
        },
        {
            "start": 874760719,
            "stop": 874760799
        },
        {
            "start": 874760855,
            "stop": 874760928
        }
    ]
}