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=188
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=189",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=187",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 188,
    "results": [
        {
            "start": 1181249569,
            "stop": 1181249603
        },
        {
            "start": 1181249604,
            "stop": 1181249606
        },
        {
            "start": 1181249607,
            "stop": 1181249616
        },
        {
            "start": 1181249618,
            "stop": 1181249624
        },
        {
            "start": 1181249626,
            "stop": 1181249667
        },
        {
            "start": 1181249669,
            "stop": 1181249675
        },
        {
            "start": 1181249676,
            "stop": 1181249721
        },
        {
            "start": 1181249727,
            "stop": 1181249769
        },
        {
            "start": 1181249770,
            "stop": 1181249779
        },
        {
            "start": 1181249780,
            "stop": 1181249812
        },
        {
            "start": 1181249814,
            "stop": 1181249821
        },
        {
            "start": 1181249822,
            "stop": 1181249843
        },
        {
            "start": 1181249845,
            "stop": 1181249848
        },
        {
            "start": 1181249849,
            "stop": 1181249862
        },
        {
            "start": 1181249865,
            "stop": 1181249871
        },
        {
            "start": 1181249872,
            "stop": 1181249912
        },
        {
            "start": 1181249913,
            "stop": 1181249964
        },
        {
            "start": 1181249967,
            "stop": 1181249968
        },
        {
            "start": 1181249970,
            "stop": 1181249974
        },
        {
            "start": 1181249976,
            "stop": 1181249977
        }
    ]
}