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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=24",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=22",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 23,
    "results": [
        {
            "start": 818504914,
            "stop": 818514329
        },
        {
            "start": 818514331,
            "stop": 818515059
        },
        {
            "start": 818551280,
            "stop": 818551512
        },
        {
            "start": 818551528,
            "stop": 818552545
        },
        {
            "start": 818552546,
            "stop": 818553967
        },
        {
            "start": 818553969,
            "stop": 818554565
        },
        {
            "start": 818554567,
            "stop": 818578249
        },
        {
            "start": 818578314,
            "stop": 818586336
        },
        {
            "start": 818586338,
            "stop": 818586379
        },
        {
            "start": 818587436,
            "stop": 818600796
        },
        {
            "start": 818600801,
            "stop": 818601855
        },
        {
            "start": 818602437,
            "stop": 818605736
        },
        {
            "start": 818605739,
            "stop": 818605759
        },
        {
            "start": 818605763,
            "stop": 818605764
        },
        {
            "start": 818605766,
            "stop": 818605775
        },
        {
            "start": 818605777,
            "stop": 818605780
        },
        {
            "start": 818605782,
            "stop": 818605787
        },
        {
            "start": 818605788,
            "stop": 818605810
        },
        {
            "start": 818605811,
            "stop": 818605859
        },
        {
            "start": 818605861,
            "stop": 818605932
        }
    ]
}