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=4997
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=4998",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4996",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 4997,
    "results": [
        {
            "start": 872212393,
            "stop": 872212777
        },
        {
            "start": 872212818,
            "stop": 872212902
        },
        {
            "start": 872212941,
            "stop": 872213827
        },
        {
            "start": 872213844,
            "stop": 872214223
        },
        {
            "start": 872214259,
            "stop": 872214740
        },
        {
            "start": 872214804,
            "stop": 872214847
        },
        {
            "start": 872214901,
            "stop": 872214936
        },
        {
            "start": 872214979,
            "stop": 872215262
        },
        {
            "start": 872215298,
            "stop": 872216043
        },
        {
            "start": 872216080,
            "stop": 872216131
        },
        {
            "start": 872216167,
            "stop": 872216395
        },
        {
            "start": 872216460,
            "stop": 872218228
        },
        {
            "start": 872218288,
            "stop": 872218489
        },
        {
            "start": 872218506,
            "stop": 872218769
        },
        {
            "start": 872218820,
            "stop": 872219239
        },
        {
            "start": 872219275,
            "stop": 872219937
        },
        {
            "start": 872219974,
            "stop": 872220376
        },
        {
            "start": 872220412,
            "stop": 872220741
        },
        {
            "start": 872220758,
            "stop": 872223082
        },
        {
            "start": 872223098,
            "stop": 872224976
        }
    ]
}