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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=5",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=3",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 4,
    "results": [
        {
            "start": 816098442,
            "stop": 816098533
        },
        {
            "start": 816098536,
            "stop": 816098865
        },
        {
            "start": 816098868,
            "stop": 816099114
        },
        {
            "start": 816099117,
            "stop": 816099133
        },
        {
            "start": 816132800,
            "stop": 816133052
        },
        {
            "start": 816133054,
            "stop": 816133076
        },
        {
            "start": 816229176,
            "stop": 816231737
        },
        {
            "start": 816231739,
            "stop": 816236578
        },
        {
            "start": 816258792,
            "stop": 816258874
        },
        {
            "start": 816258877,
            "stop": 816259153
        },
        {
            "start": 816260098,
            "stop": 816260113
        },
        {
            "start": 816260809,
            "stop": 816264750
        },
        {
            "start": 816267217,
            "stop": 816269331
        },
        {
            "start": 816270860,
            "stop": 816271110
        },
        {
            "start": 816271111,
            "stop": 816271456
        },
        {
            "start": 816271459,
            "stop": 816271935
        },
        {
            "start": 816271940,
            "stop": 816272168
        },
        {
            "start": 816272171,
            "stop": 816272200
        },
        {
            "start": 816272203,
            "stop": 816272212
        },
        {
            "start": 816272215,
            "stop": 816272222
        }
    ]
}