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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=1062",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=1060",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 1061,
    "results": [
        {
            "start": 1136197228,
            "stop": 1136197262
        },
        {
            "start": 1136197263,
            "stop": 1136197271
        },
        {
            "start": 1136197272,
            "stop": 1136197280
        },
        {
            "start": 1136197281,
            "stop": 1136197289
        },
        {
            "start": 1136197290,
            "stop": 1136197482
        },
        {
            "start": 1136197483,
            "stop": 1136197543
        },
        {
            "start": 1136197544,
            "stop": 1136197584
        },
        {
            "start": 1136197585,
            "stop": 1136197589
        },
        {
            "start": 1136197591,
            "stop": 1136197712
        },
        {
            "start": 1136197713,
            "stop": 1136197744
        },
        {
            "start": 1136197745,
            "stop": 1136197818
        },
        {
            "start": 1136197819,
            "stop": 1136197873
        },
        {
            "start": 1136197874,
            "stop": 1136197923
        },
        {
            "start": 1136197924,
            "stop": 1136198049
        },
        {
            "start": 1136198050,
            "stop": 1136198052
        },
        {
            "start": 1136198053,
            "stop": 1136198062
        },
        {
            "start": 1136198063,
            "stop": 1136200349
        },
        {
            "start": 1136200351,
            "stop": 1136202166
        },
        {
            "start": 1136202167,
            "stop": 1136204453
        },
        {
            "start": 1136204455,
            "stop": 1136208859
        }
    ]
}