Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=71
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=72",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=70",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 71,
    "results": [
        {
            "start": 817410960,
            "stop": 817410968
        },
        {
            "start": 817410985,
            "stop": 817411020
        },
        {
            "start": 817411080,
            "stop": 817411140
        },
        {
            "start": 817411200,
            "stop": 817411320
        },
        {
            "start": 817411440,
            "stop": 817411560
        },
        {
            "start": 817411860,
            "stop": 817411867
        },
        {
            "start": 817411884,
            "stop": 817411920
        },
        {
            "start": 817412040,
            "stop": 817412280
        },
        {
            "start": 817412340,
            "stop": 817412447
        },
        {
            "start": 817412450,
            "stop": 817412460
        },
        {
            "start": 817412520,
            "stop": 817412700
        },
        {
            "start": 817414689,
            "stop": 817415280
        },
        {
            "start": 817415340,
            "stop": 817415400
        },
        {
            "start": 817415640,
            "stop": 817415940
        },
        {
            "start": 817416120,
            "stop": 817416360
        },
        {
            "start": 817416420,
            "stop": 817416540
        },
        {
            "start": 817416685,
            "stop": 817416780
        },
        {
            "start": 817416900,
            "stop": 817417200
        },
        {
            "start": 817417320,
            "stop": 817417407
        },
        {
            "start": 817417425,
            "stop": 817417500
        }
    ]
}