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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=47",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=45",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 46,
    "results": [
        {
            "start": 1170574747,
            "stop": 1170575030
        },
        {
            "start": 1170575034,
            "stop": 1170575251
        },
        {
            "start": 1170575257,
            "stop": 1170577386
        },
        {
            "start": 1170577392,
            "stop": 1170577441
        },
        {
            "start": 1170577450,
            "stop": 1170578037
        },
        {
            "start": 1170578045,
            "stop": 1170578437
        },
        {
            "start": 1170578447,
            "stop": 1170579078
        },
        {
            "start": 1170579082,
            "stop": 1170580344
        },
        {
            "start": 1170580348,
            "stop": 1170581954
        },
        {
            "start": 1170581959,
            "stop": 1170584166
        },
        {
            "start": 1170584173,
            "stop": 1170584876
        },
        {
            "start": 1170584890,
            "stop": 1170585238
        },
        {
            "start": 1170585245,
            "stop": 1170592035
        },
        {
            "start": 1170592039,
            "stop": 1170598985
        },
        {
            "start": 1170598988,
            "stop": 1170601514
        },
        {
            "start": 1170601517,
            "stop": 1170602986
        },
        {
            "start": 1170602989,
            "stop": 1170612102
        },
        {
            "start": 1170612105,
            "stop": 1170613264
        },
        {
            "start": 1170613267,
            "stop": 1170613334
        },
        {
            "start": 1170613338,
            "stop": 1170619993
        }
    ]
}