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=57
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=58",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=56",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 57,
    "results": [
        {
            "start": 1238295254,
            "stop": 1238295355
        },
        {
            "start": 1238295359,
            "stop": 1238295361
        },
        {
            "start": 1238295364,
            "stop": 1238295435
        },
        {
            "start": 1238295439,
            "stop": 1238295440
        },
        {
            "start": 1238295441,
            "stop": 1238295484
        },
        {
            "start": 1238295488,
            "stop": 1238295586
        },
        {
            "start": 1238295587,
            "stop": 1238295604
        },
        {
            "start": 1238295606,
            "stop": 1238295707
        },
        {
            "start": 1238295708,
            "stop": 1238295858
        },
        {
            "start": 1238295860,
            "stop": 1238295922
        },
        {
            "start": 1238295923,
            "stop": 1238296054
        },
        {
            "start": 1238296055,
            "stop": 1238296056
        },
        {
            "start": 1238296057,
            "stop": 1238296253
        },
        {
            "start": 1238296260,
            "stop": 1238296273
        },
        {
            "start": 1238296276,
            "stop": 1238296277
        },
        {
            "start": 1238296279,
            "stop": 1238296359
        },
        {
            "start": 1238296366,
            "stop": 1238296485
        },
        {
            "start": 1238296486,
            "stop": 1238296536
        },
        {
            "start": 1238296537,
            "stop": 1238296581
        },
        {
            "start": 1238296582,
            "stop": 1238296596
        }
    ]
}