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_CW_CAT1/segments?format=api&page=91
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=92",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=90",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 91,
    "results": [
        {
            "start": 824729775,
            "stop": 824729780
        },
        {
            "start": 824729785,
            "stop": 824729840
        },
        {
            "start": 824729855,
            "stop": 824729871
        },
        {
            "start": 824729875,
            "stop": 824729925
        },
        {
            "start": 824729929,
            "stop": 824729999
        },
        {
            "start": 824739317,
            "stop": 824739321
        },
        {
            "start": 824739324,
            "stop": 824739556
        },
        {
            "start": 824739560,
            "stop": 824739570
        },
        {
            "start": 824739580,
            "stop": 824739585
        },
        {
            "start": 824739589,
            "stop": 824739600
        },
        {
            "start": 824739613,
            "stop": 824739619
        },
        {
            "start": 824739623,
            "stop": 824739673
        },
        {
            "start": 824739677,
            "stop": 824739851
        },
        {
            "start": 824739854,
            "stop": 824739865
        },
        {
            "start": 824739869,
            "stop": 824739884
        },
        {
            "start": 824739893,
            "stop": 824739909
        },
        {
            "start": 824739912,
            "stop": 824739957
        },
        {
            "start": 824739961,
            "stop": 824739972
        },
        {
            "start": 824739976,
            "stop": 824740146
        },
        {
            "start": 824740150,
            "stop": 824740161
        }
    ]
}