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=8609
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=8610",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8608",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8609,
    "results": [
        {
            "start": 870871480,
            "stop": 870871705
        },
        {
            "start": 870871722,
            "stop": 870873055
        },
        {
            "start": 870873267,
            "stop": 870874512
        },
        {
            "start": 870874529,
            "stop": 870875050
        },
        {
            "start": 870875067,
            "stop": 870875674
        },
        {
            "start": 870875691,
            "stop": 870877090
        },
        {
            "start": 870877107,
            "stop": 870877168
        },
        {
            "start": 870877185,
            "stop": 870879055
        },
        {
            "start": 870879072,
            "stop": 870883157
        },
        {
            "start": 870883174,
            "stop": 870884709
        },
        {
            "start": 870884741,
            "stop": 870884981
        },
        {
            "start": 870884998,
            "stop": 870885691
        },
        {
            "start": 870885708,
            "stop": 870886028
        },
        {
            "start": 870886045,
            "stop": 870889568
        },
        {
            "start": 870889585,
            "stop": 870889645
        },
        {
            "start": 870889663,
            "stop": 870891402
        },
        {
            "start": 870892394,
            "stop": 870892684
        },
        {
            "start": 870892688,
            "stop": 870892808
        },
        {
            "start": 870892825,
            "stop": 870893031
        },
        {
            "start": 870893048,
            "stop": 870893211
        }
    ]
}