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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8650",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8648",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8649,
    "results": [
        {
            "start": 871560126,
            "stop": 871560177
        },
        {
            "start": 871560206,
            "stop": 871560270
        },
        {
            "start": 871560301,
            "stop": 871560456
        },
        {
            "start": 871560479,
            "stop": 871560511
        },
        {
            "start": 871560528,
            "stop": 871560587
        },
        {
            "start": 871560608,
            "stop": 871563851
        },
        {
            "start": 871563868,
            "stop": 871563961
        },
        {
            "start": 871564081,
            "stop": 871564124
        },
        {
            "start": 871564305,
            "stop": 871565263
        },
        {
            "start": 871565280,
            "stop": 871565330
        },
        {
            "start": 871565358,
            "stop": 871565375
        },
        {
            "start": 871565392,
            "stop": 871565423
        },
        {
            "start": 871565440,
            "stop": 871565539
        },
        {
            "start": 871565563,
            "stop": 871565571
        },
        {
            "start": 871565588,
            "stop": 871565849
        },
        {
            "start": 871565866,
            "stop": 871565885
        },
        {
            "start": 871565902,
            "stop": 871565906
        },
        {
            "start": 871565923,
            "stop": 871566014
        },
        {
            "start": 871566031,
            "stop": 871566357
        },
        {
            "start": 871566379,
            "stop": 871566825
        }
    ]
}