Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=196
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=197",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=195",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 196,
    "results": [
        {
            "start": 1176788710,
            "stop": 1176788891
        },
        {
            "start": 1176788892,
            "stop": 1176788894
        },
        {
            "start": 1176788896,
            "stop": 1176788897
        },
        {
            "start": 1176788898,
            "stop": 1176788958
        },
        {
            "start": 1176788961,
            "stop": 1176789012
        },
        {
            "start": 1176789013,
            "stop": 1176789016
        },
        {
            "start": 1176789018,
            "stop": 1176789025
        },
        {
            "start": 1176789028,
            "stop": 1176789305
        },
        {
            "start": 1176789306,
            "stop": 1176789895
        },
        {
            "start": 1176789896,
            "stop": 1176789899
        },
        {
            "start": 1176789901,
            "stop": 1176789933
        },
        {
            "start": 1176789937,
            "stop": 1176789967
        },
        {
            "start": 1176789968,
            "stop": 1176789973
        },
        {
            "start": 1176789976,
            "stop": 1176790013
        },
        {
            "start": 1176790015,
            "stop": 1176790017
        },
        {
            "start": 1176790022,
            "stop": 1176790082
        },
        {
            "start": 1176790084,
            "stop": 1176790124
        },
        {
            "start": 1176790125,
            "stop": 1176790126
        },
        {
            "start": 1176790128,
            "stop": 1176790131
        },
        {
            "start": 1176790132,
            "stop": 1176790134
        }
    ]
}