Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=272
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=273",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=271",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 272,
    "results": [
        {
            "start": 865293312,
            "stop": 865297834
        },
        {
            "start": 865298610,
            "stop": 865321138
        },
        {
            "start": 865322072,
            "stop": 865334151
        },
        {
            "start": 865334298,
            "stop": 865344976
        },
        {
            "start": 865355452,
            "stop": 865356021
        },
        {
            "start": 865356741,
            "stop": 865364756
        },
        {
            "start": 865365058,
            "stop": 865365714
        },
        {
            "start": 865379188,
            "stop": 865380559
        },
        {
            "start": 865380660,
            "stop": 865405583
        },
        {
            "start": 865406730,
            "stop": 865429583
        },
        {
            "start": 865435106,
            "stop": 865435493
        },
        {
            "start": 865435523,
            "stop": 865456372
        },
        {
            "start": 865458585,
            "stop": 865460651
        },
        {
            "start": 865460694,
            "stop": 865487399
        },
        {
            "start": 865487834,
            "stop": 865492142
        },
        {
            "start": 865493022,
            "stop": 865518780
        },
        {
            "start": 865519894,
            "stop": 865547927
        },
        {
            "start": 865550349,
            "stop": 865565579
        },
        {
            "start": 865565634,
            "stop": 865578042
        },
        {
            "start": 865579341,
            "stop": 865594856
        }
    ]
}