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=156
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=157",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=155",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 156,
    "results": [
        {
            "start": 1177444468,
            "stop": 1177444475
        },
        {
            "start": 1177444480,
            "stop": 1177444487
        },
        {
            "start": 1177444491,
            "stop": 1177444499
        },
        {
            "start": 1177444505,
            "stop": 1177444512
        },
        {
            "start": 1177444515,
            "stop": 1177445005
        },
        {
            "start": 1177445009,
            "stop": 1177445016
        },
        {
            "start": 1177445023,
            "stop": 1177445027
        },
        {
            "start": 1177445035,
            "stop": 1177445039
        },
        {
            "start": 1177445047,
            "stop": 1177445053
        },
        {
            "start": 1177445057,
            "stop": 1177445115
        },
        {
            "start": 1177445121,
            "stop": 1177445129
        },
        {
            "start": 1177445135,
            "stop": 1177445141
        },
        {
            "start": 1177445148,
            "stop": 1177445152
        },
        {
            "start": 1177445159,
            "stop": 1177445165
        },
        {
            "start": 1177445171,
            "stop": 1177445499
        },
        {
            "start": 1177445500,
            "stop": 1177445510
        },
        {
            "start": 1177445514,
            "stop": 1177445713
        },
        {
            "start": 1177445715,
            "stop": 1177445723
        },
        {
            "start": 1177445726,
            "stop": 1177445737
        },
        {
            "start": 1177445740,
            "stop": 1177445749
        }
    ]
}