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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=158",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=156",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 157,
    "results": [
        {
            "start": 818900457,
            "stop": 818902322
        },
        {
            "start": 818902330,
            "stop": 818905694
        },
        {
            "start": 818905701,
            "stop": 818907142
        },
        {
            "start": 818907170,
            "stop": 818907868
        },
        {
            "start": 818907875,
            "stop": 818909817
        },
        {
            "start": 818909826,
            "stop": 818911425
        },
        {
            "start": 818911433,
            "stop": 818911713
        },
        {
            "start": 818911721,
            "stop": 818912102
        },
        {
            "start": 818912109,
            "stop": 818913070
        },
        {
            "start": 818913098,
            "stop": 818914352
        },
        {
            "start": 818914359,
            "stop": 818914499
        },
        {
            "start": 818914506,
            "stop": 818915469
        },
        {
            "start": 818915477,
            "stop": 818919888
        },
        {
            "start": 818919896,
            "stop": 818919912
        },
        {
            "start": 818919924,
            "stop": 818919935
        },
        {
            "start": 818919943,
            "stop": 818919979
        },
        {
            "start": 818919991,
            "stop": 818920001
        },
        {
            "start": 818920011,
            "stop": 818920026
        },
        {
            "start": 818920033,
            "stop": 818920094
        },
        {
            "start": 818920102,
            "stop": 818920111
        }
    ]
}