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=78
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=79",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=77",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 78,
    "results": [
        {
            "start": 1166241913,
            "stop": 1166241914
        },
        {
            "start": 1166241915,
            "stop": 1166242011
        },
        {
            "start": 1166242012,
            "stop": 1166242047
        },
        {
            "start": 1166242048,
            "stop": 1166242049
        },
        {
            "start": 1166242050,
            "stop": 1166242668
        },
        {
            "start": 1166242669,
            "stop": 1166242684
        },
        {
            "start": 1166242686,
            "stop": 1166242734
        },
        {
            "start": 1166242735,
            "stop": 1166242896
        },
        {
            "start": 1166242898,
            "stop": 1166243163
        },
        {
            "start": 1166243164,
            "stop": 1166243353
        },
        {
            "start": 1166243354,
            "stop": 1166243512
        },
        {
            "start": 1166243513,
            "stop": 1166243575
        },
        {
            "start": 1166243577,
            "stop": 1166243671
        },
        {
            "start": 1166243672,
            "stop": 1166243803
        },
        {
            "start": 1166243804,
            "stop": 1166243851
        },
        {
            "start": 1166243852,
            "stop": 1166244081
        },
        {
            "start": 1166259639,
            "stop": 1166259704
        },
        {
            "start": 1166259705,
            "stop": 1166260121
        },
        {
            "start": 1166260122,
            "stop": 1166260332
        },
        {
            "start": 1166262094,
            "stop": 1166262272
        }
    ]
}