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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=276",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=274",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 275,
    "results": [
        {
            "start": 820639714,
            "stop": 820641062
        },
        {
            "start": 820641158,
            "stop": 820642058
        },
        {
            "start": 820642178,
            "stop": 820643216
        },
        {
            "start": 820643336,
            "stop": 820643762
        },
        {
            "start": 820643779,
            "stop": 820644470
        },
        {
            "start": 820644590,
            "stop": 820647632
        },
        {
            "start": 820647649,
            "stop": 820652800
        },
        {
            "start": 820652832,
            "stop": 820653012
        },
        {
            "start": 820653132,
            "stop": 820654944
        },
        {
            "start": 820654976,
            "stop": 820655936
        },
        {
            "start": 820655968,
            "stop": 820658176
        },
        {
            "start": 820658208,
            "stop": 820660928
        },
        {
            "start": 820660960,
            "stop": 820663936
        },
        {
            "start": 820663968,
            "stop": 820672053
        },
        {
            "start": 820672070,
            "stop": 820678147
        },
        {
            "start": 820678151,
            "stop": 820684283
        },
        {
            "start": 820684403,
            "stop": 820685013
        },
        {
            "start": 820685133,
            "stop": 820690184
        },
        {
            "start": 820690365,
            "stop": 820690601
        },
        {
            "start": 820690618,
            "stop": 820690750
        }
    ]
}