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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=387",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=385",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 386,
    "results": [
        {
            "start": 861426034,
            "stop": 861428469
        },
        {
            "start": 861428663,
            "stop": 861454900
        },
        {
            "start": 861455511,
            "stop": 861462091
        },
        {
            "start": 861483304,
            "stop": 861489542
        },
        {
            "start": 861490412,
            "stop": 861496001
        },
        {
            "start": 861496260,
            "stop": 861499274
        },
        {
            "start": 861500240,
            "stop": 861504890
        },
        {
            "start": 861505203,
            "stop": 861573725
        },
        {
            "start": 861573811,
            "stop": 861577899
        },
        {
            "start": 861578568,
            "stop": 861625573
        },
        {
            "start": 861627240,
            "stop": 861641361
        },
        {
            "start": 861641658,
            "stop": 861650108
        },
        {
            "start": 861650303,
            "stop": 861652875
        },
        {
            "start": 861653676,
            "stop": 861718887
        },
        {
            "start": 861719258,
            "stop": 861739777
        },
        {
            "start": 861740458,
            "stop": 861749310
        },
        {
            "start": 861750954,
            "stop": 861764588
        },
        {
            "start": 861765472,
            "stop": 861780114
        },
        {
            "start": 861780967,
            "stop": 861824180
        },
        {
            "start": 861825061,
            "stop": 861843025
        }
    ]
}