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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7932",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7930",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 7931,
    "results": [
        {
            "start": 970019810,
            "stop": 970020043
        },
        {
            "start": 970020056,
            "stop": 970020059
        },
        {
            "start": 970020081,
            "stop": 970020089
        },
        {
            "start": 970020098,
            "stop": 970020363
        },
        {
            "start": 970020369,
            "stop": 970020370
        },
        {
            "start": 970020376,
            "stop": 970020447
        },
        {
            "start": 970020453,
            "stop": 970021033
        },
        {
            "start": 970021039,
            "stop": 970021615
        },
        {
            "start": 970021621,
            "stop": 970022146
        },
        {
            "start": 970022154,
            "stop": 970022158
        },
        {
            "start": 970022171,
            "stop": 970022181
        },
        {
            "start": 970022187,
            "stop": 970022190
        },
        {
            "start": 970022200,
            "stop": 970022205
        },
        {
            "start": 970022211,
            "stop": 970022859
        },
        {
            "start": 970022862,
            "stop": 970023135
        },
        {
            "start": 970023140,
            "stop": 970023366
        },
        {
            "start": 970023369,
            "stop": 970023449
        },
        {
            "start": 970023455,
            "stop": 970023653
        },
        {
            "start": 970023659,
            "stop": 970023799
        },
        {
            "start": 970023810,
            "stop": 970024113
        }
    ]
}