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=391
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=392",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=390",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 391,
    "results": [
        {
            "start": 862382740,
            "stop": 862384718
        },
        {
            "start": 862386255,
            "stop": 862444498
        },
        {
            "start": 862444744,
            "stop": 862462646
        },
        {
            "start": 862463504,
            "stop": 862521785
        },
        {
            "start": 862524060,
            "stop": 862524752
        },
        {
            "start": 862525756,
            "stop": 862533398
        },
        {
            "start": 862534185,
            "stop": 862556167
        },
        {
            "start": 862557304,
            "stop": 862597450
        },
        {
            "start": 862597985,
            "stop": 862599876
        },
        {
            "start": 862601833,
            "stop": 862668067
        },
        {
            "start": 862669265,
            "stop": 862671616
        },
        {
            "start": 862693028,
            "stop": 862695176
        },
        {
            "start": 862695344,
            "stop": 862697392
        },
        {
            "start": 862697536,
            "stop": 862698668
        },
        {
            "start": 862699782,
            "stop": 862700646
        },
        {
            "start": 862700655,
            "stop": 862701016
        },
        {
            "start": 862701020,
            "stop": 862701174
        },
        {
            "start": 862701178,
            "stop": 862701232
        },
        {
            "start": 862701236,
            "stop": 862701262
        },
        {
            "start": 862701266,
            "stop": 862701308
        }
    ]
}