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=29
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=30",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=28",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 29,
    "results": [
        {
            "start": 819579454,
            "stop": 819579460
        },
        {
            "start": 819579464,
            "stop": 819579897
        },
        {
            "start": 819580664,
            "stop": 819580676
        },
        {
            "start": 819580680,
            "stop": 819580706
        },
        {
            "start": 819580710,
            "stop": 819580730
        },
        {
            "start": 819580734,
            "stop": 819580745
        },
        {
            "start": 819580748,
            "stop": 819580754
        },
        {
            "start": 819580758,
            "stop": 819580764
        },
        {
            "start": 819580768,
            "stop": 819580778
        },
        {
            "start": 819580782,
            "stop": 819580797
        },
        {
            "start": 819580802,
            "stop": 819600193
        },
        {
            "start": 819601648,
            "stop": 819604093
        },
        {
            "start": 819605130,
            "stop": 819640813
        },
        {
            "start": 819642439,
            "stop": 819657071
        },
        {
            "start": 819659384,
            "stop": 819661316
        },
        {
            "start": 819662144,
            "stop": 819697618
        },
        {
            "start": 819698739,
            "stop": 819725831
        },
        {
            "start": 819726138,
            "stop": 819729063
        },
        {
            "start": 819731983,
            "stop": 819734713
        },
        {
            "start": 819734745,
            "stop": 819734746
        }
    ]
}