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=670
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=671",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=669",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 670,
    "results": [
        {
            "start": 1264934041,
            "stop": 1264934798
        },
        {
            "start": 1264938865,
            "stop": 1264940629
        },
        {
            "start": 1264940631,
            "stop": 1264944024
        },
        {
            "start": 1264944027,
            "stop": 1264945457
        },
        {
            "start": 1264945460,
            "stop": 1264947147
        },
        {
            "start": 1264947150,
            "stop": 1264947173
        },
        {
            "start": 1264947176,
            "stop": 1264947697
        },
        {
            "start": 1264950071,
            "stop": 1264951103
        },
        {
            "start": 1264951532,
            "stop": 1264951605
        },
        {
            "start": 1264951608,
            "stop": 1264951772
        },
        {
            "start": 1264951775,
            "stop": 1264953598
        },
        {
            "start": 1264953601,
            "stop": 1264960109
        },
        {
            "start": 1264960112,
            "stop": 1264962802
        },
        {
            "start": 1264962810,
            "stop": 1264963200
        },
        {
            "start": 1264963203,
            "stop": 1264964656
        },
        {
            "start": 1264964664,
            "stop": 1264970925
        },
        {
            "start": 1264970928,
            "stop": 1264972058
        },
        {
            "start": 1264972061,
            "stop": 1264972946
        },
        {
            "start": 1264972949,
            "stop": 1264972971
        },
        {
            "start": 1264972974,
            "stop": 1264973802
        }
    ]
}