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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=91",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=89",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 90,
    "results": [
        {
            "start": 817857283,
            "stop": 817857660
        },
        {
            "start": 817857720,
            "stop": 817857900
        },
        {
            "start": 817858020,
            "stop": 817858080
        },
        {
            "start": 817858260,
            "stop": 817858320
        },
        {
            "start": 817858380,
            "stop": 817858440
        },
        {
            "start": 817858500,
            "stop": 817858716
        },
        {
            "start": 817858719,
            "stop": 817858800
        },
        {
            "start": 817858980,
            "stop": 817859302
        },
        {
            "start": 817861772,
            "stop": 817862033
        },
        {
            "start": 817862153,
            "stop": 817862572
        },
        {
            "start": 817862754,
            "stop": 817864003
        },
        {
            "start": 817864123,
            "stop": 817864431
        },
        {
            "start": 817864551,
            "stop": 817865065
        },
        {
            "start": 817865185,
            "stop": 817868163
        },
        {
            "start": 817868283,
            "stop": 817868312
        },
        {
            "start": 817868432,
            "stop": 817870519
        },
        {
            "start": 817873174,
            "stop": 817873925
        },
        {
            "start": 817874045,
            "stop": 817875000
        },
        {
            "start": 817875120,
            "stop": 817876458
        },
        {
            "start": 817876578,
            "stop": 817877262
        }
    ]
}