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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=186",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=184",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 185,
    "results": [
        {
            "start": 1136380611,
            "stop": 1136380669
        },
        {
            "start": 1136380672,
            "stop": 1136380742
        },
        {
            "start": 1136380745,
            "stop": 1136380778
        },
        {
            "start": 1136380781,
            "stop": 1136380818
        },
        {
            "start": 1136380821,
            "stop": 1136380823
        },
        {
            "start": 1136380831,
            "stop": 1136380883
        },
        {
            "start": 1136380886,
            "stop": 1136380910
        },
        {
            "start": 1136380913,
            "stop": 1136380952
        },
        {
            "start": 1136380955,
            "stop": 1136381053
        },
        {
            "start": 1136381056,
            "stop": 1136381061
        },
        {
            "start": 1136381064,
            "stop": 1136381096
        },
        {
            "start": 1136381098,
            "stop": 1136381130
        },
        {
            "start": 1136381133,
            "stop": 1136381197
        },
        {
            "start": 1136381200,
            "stop": 1136381274
        },
        {
            "start": 1136381277,
            "stop": 1136381303
        },
        {
            "start": 1136381306,
            "stop": 1136381330
        },
        {
            "start": 1136381333,
            "stop": 1136381350
        },
        {
            "start": 1136381353,
            "stop": 1136381399
        },
        {
            "start": 1136381402,
            "stop": 1136381427
        },
        {
            "start": 1136381430,
            "stop": 1136381539
        }
    ]
}