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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2069",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2067",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2068,
    "results": [
        {
            "start": 870877720,
            "stop": 870877725
        },
        {
            "start": 870877772,
            "stop": 870877777
        },
        {
            "start": 870877794,
            "stop": 870877806
        },
        {
            "start": 870877823,
            "stop": 870877853
        },
        {
            "start": 870877877,
            "stop": 870877898
        },
        {
            "start": 870877965,
            "stop": 870877975
        },
        {
            "start": 870877992,
            "stop": 870878087
        },
        {
            "start": 870878104,
            "stop": 870878201
        },
        {
            "start": 870878218,
            "stop": 870878225
        },
        {
            "start": 870878243,
            "stop": 870878252
        },
        {
            "start": 870878269,
            "stop": 870878568
        },
        {
            "start": 870878585,
            "stop": 870879109
        },
        {
            "start": 870879126,
            "stop": 870880565
        },
        {
            "start": 870880583,
            "stop": 870881288
        },
        {
            "start": 870881436,
            "stop": 870881633
        },
        {
            "start": 870881650,
            "stop": 870882015
        },
        {
            "start": 870882032,
            "stop": 870882049
        },
        {
            "start": 870882067,
            "stop": 870882215
        },
        {
            "start": 870882356,
            "stop": 870882677
        },
        {
            "start": 870882694,
            "stop": 870882749
        }
    ]
}