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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=317",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=315",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 316,
    "results": [
        {
            "start": 1248376828,
            "stop": 1248376833
        },
        {
            "start": 1248376835,
            "stop": 1248376884
        },
        {
            "start": 1248376887,
            "stop": 1248376954
        },
        {
            "start": 1248376955,
            "stop": 1248376956
        },
        {
            "start": 1248376959,
            "stop": 1248376960
        },
        {
            "start": 1248376961,
            "stop": 1248377048
        },
        {
            "start": 1248377049,
            "stop": 1248377050
        },
        {
            "start": 1248377052,
            "stop": 1248377198
        },
        {
            "start": 1248377203,
            "stop": 1248377292
        },
        {
            "start": 1248377293,
            "stop": 1248377546
        },
        {
            "start": 1248377548,
            "stop": 1248377555
        },
        {
            "start": 1248377557,
            "stop": 1248377559
        },
        {
            "start": 1248377561,
            "stop": 1248377566
        },
        {
            "start": 1248377567,
            "stop": 1248377596
        },
        {
            "start": 1248377599,
            "stop": 1248377601
        },
        {
            "start": 1248377611,
            "stop": 1248378024
        },
        {
            "start": 1248378027,
            "stop": 1248378029
        },
        {
            "start": 1248378031,
            "stop": 1248378036
        },
        {
            "start": 1248378038,
            "stop": 1248378071
        },
        {
            "start": 1248378076,
            "stop": 1248378077
        }
    ]
}