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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_BURST_CAT1/segments?format=api&page=30",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_BURST_CAT1/segments?format=api&page=28",
    "results_count": 1192,
    "results_per_page": 20,
    "num_pages": 60,
    "page_number": 29,
    "results": [
        {
            "start": 1259295381,
            "stop": 1259300923
        },
        {
            "start": 1259304654,
            "stop": 1259305195
        },
        {
            "start": 1259305197,
            "stop": 1259305398
        },
        {
            "start": 1259305399,
            "stop": 1259305412
        },
        {
            "start": 1259305413,
            "stop": 1259308837
        },
        {
            "start": 1259325132,
            "stop": 1259367305
        },
        {
            "start": 1259367306,
            "stop": 1259385788
        },
        {
            "start": 1259385804,
            "stop": 1259389995
        },
        {
            "start": 1259416416,
            "stop": 1259416536
        },
        {
            "start": 1259416537,
            "stop": 1259418161
        },
        {
            "start": 1259419206,
            "stop": 1259421664
        },
        {
            "start": 1259421665,
            "stop": 1259424188
        },
        {
            "start": 1259424204,
            "stop": 1259429497
        },
        {
            "start": 1259430654,
            "stop": 1259435486
        },
        {
            "start": 1259435487,
            "stop": 1259436944
        },
        {
            "start": 1259438140,
            "stop": 1259439976
        },
        {
            "start": 1259439977,
            "stop": 1259440590
        },
        {
            "start": 1259440591,
            "stop": 1259441460
        },
        {
            "start": 1259441461,
            "stop": 1259442424
        },
        {
            "start": 1259442425,
            "stop": 1259442538
        }
    ]
}