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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=96",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=94",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 95,
    "results": [
        {
            "start": 1257809079,
            "stop": 1257809081
        },
        {
            "start": 1257809082,
            "stop": 1257809085
        },
        {
            "start": 1257809086,
            "stop": 1257809151
        },
        {
            "start": 1257809152,
            "stop": 1257809159
        },
        {
            "start": 1257809161,
            "stop": 1257809181
        },
        {
            "start": 1257809184,
            "stop": 1257809305
        },
        {
            "start": 1257811313,
            "stop": 1257811642
        },
        {
            "start": 1257811645,
            "stop": 1257812579
        },
        {
            "start": 1257812582,
            "stop": 1257812890
        },
        {
            "start": 1257812892,
            "stop": 1257812896
        },
        {
            "start": 1257812899,
            "stop": 1257812900
        },
        {
            "start": 1257812903,
            "stop": 1257812915
        },
        {
            "start": 1257812916,
            "stop": 1257812976
        },
        {
            "start": 1257812977,
            "stop": 1257812978
        },
        {
            "start": 1257812979,
            "stop": 1257814014
        },
        {
            "start": 1257814018,
            "stop": 1257815986
        },
        {
            "start": 1257815987,
            "stop": 1257816013
        },
        {
            "start": 1257816017,
            "stop": 1257816028
        },
        {
            "start": 1257816029,
            "stop": 1257816034
        },
        {
            "start": 1257816036,
            "stop": 1257816044
        }
    ]
}