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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=148",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=146",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 147,
    "results": [
        {
            "start": 1177429048,
            "stop": 1177429064
        },
        {
            "start": 1177429069,
            "stop": 1177429098
        },
        {
            "start": 1177429100,
            "stop": 1177429831
        },
        {
            "start": 1177429835,
            "stop": 1177429840
        },
        {
            "start": 1177429841,
            "stop": 1177429869
        },
        {
            "start": 1177429873,
            "stop": 1177429877
        },
        {
            "start": 1177429884,
            "stop": 1177429886
        },
        {
            "start": 1177429894,
            "stop": 1177429897
        },
        {
            "start": 1177429904,
            "stop": 1177429908
        },
        {
            "start": 1177429910,
            "stop": 1177429945
        },
        {
            "start": 1177429949,
            "stop": 1177429987
        },
        {
            "start": 1177429991,
            "stop": 1177429996
        },
        {
            "start": 1177430003,
            "stop": 1177430008
        },
        {
            "start": 1177430014,
            "stop": 1177430133
        },
        {
            "start": 1177430137,
            "stop": 1177430242
        },
        {
            "start": 1177430246,
            "stop": 1177430320
        },
        {
            "start": 1177430324,
            "stop": 1177430329
        },
        {
            "start": 1177430335,
            "stop": 1177430366
        },
        {
            "start": 1177430374,
            "stop": 1177430378
        },
        {
            "start": 1177430385,
            "stop": 1177430455
        }
    ]
}