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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=84",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=82",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 83,
    "results": [
        {
            "start": 829838131,
            "stop": 829849048
        },
        {
            "start": 829849237,
            "stop": 829855856
        },
        {
            "start": 829858759,
            "stop": 829865440
        },
        {
            "start": 829869973,
            "stop": 829869985
        },
        {
            "start": 829870115,
            "stop": 829877242
        },
        {
            "start": 829878541,
            "stop": 829884792
        },
        {
            "start": 829886520,
            "stop": 829895956
        },
        {
            "start": 829897851,
            "stop": 829909726
        },
        {
            "start": 829910763,
            "stop": 829916729
        },
        {
            "start": 829917415,
            "stop": 829925673
        },
        {
            "start": 829927250,
            "stop": 829927750
        },
        {
            "start": 829927754,
            "stop": 829928919
        },
        {
            "start": 829929394,
            "stop": 829937147
        },
        {
            "start": 829937682,
            "stop": 829941501
        },
        {
            "start": 829941578,
            "stop": 829942425
        },
        {
            "start": 829943322,
            "stop": 829943326
        },
        {
            "start": 829943514,
            "stop": 829943662
        },
        {
            "start": 829943686,
            "stop": 829946337
        },
        {
            "start": 829947598,
            "stop": 829947623
        },
        {
            "start": 829948229,
            "stop": 829964303
        }
    ]
}