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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=18",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=16",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 17,
    "results": [
        {
            "start": 931161699,
            "stop": 931161700
        },
        {
            "start": 931161702,
            "stop": 931161707
        },
        {
            "start": 931161714,
            "stop": 931161717
        },
        {
            "start": 931161720,
            "stop": 931161725
        },
        {
            "start": 931161731,
            "stop": 931161732
        },
        {
            "start": 931161735,
            "stop": 931161743
        },
        {
            "start": 931161746,
            "stop": 931161748
        },
        {
            "start": 931161760,
            "stop": 931161763
        },
        {
            "start": 931161772,
            "stop": 931161774
        },
        {
            "start": 931161797,
            "stop": 931161806
        },
        {
            "start": 931161811,
            "stop": 931161816
        },
        {
            "start": 931161821,
            "stop": 931161822
        },
        {
            "start": 931161828,
            "stop": 931161831
        },
        {
            "start": 931161839,
            "stop": 931161843
        },
        {
            "start": 931161846,
            "stop": 931161860
        },
        {
            "start": 931161864,
            "stop": 931161867
        },
        {
            "start": 931161870,
            "stop": 931161879
        },
        {
            "start": 931161882,
            "stop": 931161890
        },
        {
            "start": 931161893,
            "stop": 931161894
        },
        {
            "start": 931161897,
            "stop": 931161906
        }
    ]
}