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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=129",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=127",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 128,
    "results": [
        {
            "start": 931682541,
            "stop": 931682543
        },
        {
            "start": 931682550,
            "stop": 931682554
        },
        {
            "start": 931682570,
            "stop": 931682575
        },
        {
            "start": 931682582,
            "stop": 931682586
        },
        {
            "start": 931682625,
            "stop": 931682631
        },
        {
            "start": 931682690,
            "stop": 931682691
        },
        {
            "start": 931682710,
            "stop": 931682711
        },
        {
            "start": 931682754,
            "stop": 931682758
        },
        {
            "start": 931682810,
            "stop": 931682812
        },
        {
            "start": 931682822,
            "stop": 931682825
        },
        {
            "start": 931682835,
            "stop": 931682836
        },
        {
            "start": 931682903,
            "stop": 931682904
        },
        {
            "start": 931683008,
            "stop": 931683010
        },
        {
            "start": 931683017,
            "stop": 931683020
        },
        {
            "start": 931683153,
            "stop": 931683155
        },
        {
            "start": 931683230,
            "stop": 931683231
        },
        {
            "start": 931683291,
            "stop": 931683292
        },
        {
            "start": 931683322,
            "stop": 931683324
        },
        {
            "start": 931683355,
            "stop": 931683356
        },
        {
            "start": 931683496,
            "stop": 931683502
        }
    ]
}