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
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=2",
    "previous": null,
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 1,
    "results": [
        {
            "start": 1164600798,
            "stop": 1164608249
        },
        {
            "start": 1164608439,
            "stop": 1164610090
        },
        {
            "start": 1164611356,
            "stop": 1164611719
        },
        {
            "start": 1164613150,
            "stop": 1164616194
        },
        {
            "start": 1164629978,
            "stop": 1164635957
        },
        {
            "start": 1164659792,
            "stop": 1164660707
        },
        {
            "start": 1164660761,
            "stop": 1164667796
        },
        {
            "start": 1164683450,
            "stop": 1164686894
        },
        {
            "start": 1164686980,
            "stop": 1164710980
        },
        {
            "start": 1164711303,
            "stop": 1164720685
        },
        {
            "start": 1164736111,
            "stop": 1164737113
        },
        {
            "start": 1164737232,
            "stop": 1164740200
        },
        {
            "start": 1164753654,
            "stop": 1164755129
        },
        {
            "start": 1164755238,
            "stop": 1164756402
        },
        {
            "start": 1164756507,
            "stop": 1164760102
        },
        {
            "start": 1164761663,
            "stop": 1164763765
        },
        {
            "start": 1164763834,
            "stop": 1164765393
        },
        {
            "start": 1164765394,
            "stop": 1164770486
        },
        {
            "start": 1164770488,
            "stop": 1164773570
        },
        {
            "start": 1164773572,
            "stop": 1164773846
        }
    ]
}