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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=217",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=215",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 216,
    "results": [
        {
            "start": 957665988,
            "stop": 957666046
        },
        {
            "start": 957666052,
            "stop": 957666067
        },
        {
            "start": 957666075,
            "stop": 957666076
        },
        {
            "start": 957666079,
            "stop": 957666140
        },
        {
            "start": 957666146,
            "stop": 957666147
        },
        {
            "start": 957666153,
            "stop": 957666188
        },
        {
            "start": 957666191,
            "stop": 957666197
        },
        {
            "start": 957666201,
            "stop": 957667189
        },
        {
            "start": 957667192,
            "stop": 957667194
        },
        {
            "start": 957667201,
            "stop": 957667210
        },
        {
            "start": 957667213,
            "stop": 957667216
        },
        {
            "start": 957667222,
            "stop": 957695489
        },
        {
            "start": 957697149,
            "stop": 957732346
        },
        {
            "start": 957738014,
            "stop": 957746011
        },
        {
            "start": 957748499,
            "stop": 957764123
        },
        {
            "start": 957768856,
            "stop": 957777947
        },
        {
            "start": 957786846,
            "stop": 957797198
        },
        {
            "start": 957805440,
            "stop": 957813012
        },
        {
            "start": 957815826,
            "stop": 957815915
        },
        {
            "start": 957817454,
            "stop": 957819778
        }
    ]
}