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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=338",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=336",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 337,
    "results": [
        {
            "start": 865269422,
            "stop": 865271454
        },
        {
            "start": 865271530,
            "stop": 865282743
        },
        {
            "start": 865293312,
            "stop": 865297834
        },
        {
            "start": 865298610,
            "stop": 865321138
        },
        {
            "start": 865322072,
            "stop": 865334151
        },
        {
            "start": 865334298,
            "stop": 865344953
        },
        {
            "start": 865355452,
            "stop": 865355998
        },
        {
            "start": 865356741,
            "stop": 865364756
        },
        {
            "start": 865365058,
            "stop": 865365714
        },
        {
            "start": 865379188,
            "stop": 865380559
        },
        {
            "start": 865380660,
            "stop": 865405583
        },
        {
            "start": 865406730,
            "stop": 865429560
        },
        {
            "start": 865435106,
            "stop": 865435493
        },
        {
            "start": 865435523,
            "stop": 865456356
        },
        {
            "start": 865458585,
            "stop": 865460651
        },
        {
            "start": 865460694,
            "stop": 865487399
        },
        {
            "start": 865487834,
            "stop": 865492142
        },
        {
            "start": 865493022,
            "stop": 865518780
        },
        {
            "start": 865519894,
            "stop": 865547904
        },
        {
            "start": 865550349,
            "stop": 865565579
        }
    ]
}