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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=768",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=766",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 767,
    "results": [
        {
            "start": 861330814,
            "stop": 861356829
        },
        {
            "start": 861357422,
            "stop": 861357639
        },
        {
            "start": 861358039,
            "stop": 861369299
        },
        {
            "start": 861369945,
            "stop": 861379707
        },
        {
            "start": 861379953,
            "stop": 861390930
        },
        {
            "start": 861392039,
            "stop": 861398714
        },
        {
            "start": 861398716,
            "stop": 861398720
        },
        {
            "start": 861399336,
            "stop": 861424410
        },
        {
            "start": 861424470,
            "stop": 861424472
        },
        {
            "start": 861426035,
            "stop": 861428470
        },
        {
            "start": 861429060,
            "stop": 861459794
        },
        {
            "start": 861460544,
            "stop": 861462042
        },
        {
            "start": 861488788,
            "stop": 861489570
        },
        {
            "start": 861490084,
            "stop": 861495150
        },
        {
            "start": 861495210,
            "stop": 861495232
        },
        {
            "start": 861500637,
            "stop": 861501210
        },
        {
            "start": 861502808,
            "stop": 861504699
        },
        {
            "start": 861505779,
            "stop": 861544050
        },
        {
            "start": 861545299,
            "stop": 861566130
        },
        {
            "start": 861566190,
            "stop": 861566207
        }
    ]
}