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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4736",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4734",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4735,
    "results": [
        {
            "start": 970122147,
            "stop": 970123264
        },
        {
            "start": 970123267,
            "stop": 970123541
        },
        {
            "start": 970123544,
            "stop": 970124141
        },
        {
            "start": 970124144,
            "stop": 970124922
        },
        {
            "start": 970124925,
            "stop": 970125059
        },
        {
            "start": 970125062,
            "stop": 970125268
        },
        {
            "start": 970125271,
            "stop": 970125667
        },
        {
            "start": 970125684,
            "stop": 970125797
        },
        {
            "start": 970125800,
            "stop": 970125893
        },
        {
            "start": 970125896,
            "stop": 970125972
        },
        {
            "start": 970125975,
            "stop": 970125985
        },
        {
            "start": 970125988,
            "stop": 970126192
        },
        {
            "start": 970126195,
            "stop": 970126321
        },
        {
            "start": 970126325,
            "stop": 970126848
        },
        {
            "start": 970126851,
            "stop": 970128374
        },
        {
            "start": 970128377,
            "stop": 970128396
        },
        {
            "start": 970128399,
            "stop": 970128641
        },
        {
            "start": 970128644,
            "stop": 970129740
        },
        {
            "start": 970129743,
            "stop": 970129802
        },
        {
            "start": 970129805,
            "stop": 970129840
        }
    ]
}