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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=40",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=38",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 39,
    "results": [
        {
            "start": 1126310054,
            "stop": 1126310058
        },
        {
            "start": 1126310059,
            "stop": 1126310065
        },
        {
            "start": 1126310066,
            "stop": 1126310068
        },
        {
            "start": 1126310069,
            "stop": 1126310073
        },
        {
            "start": 1126310078,
            "stop": 1126310084
        },
        {
            "start": 1126310086,
            "stop": 1126310151
        },
        {
            "start": 1126310152,
            "stop": 1126310153
        },
        {
            "start": 1126310156,
            "stop": 1126310163
        },
        {
            "start": 1126310165,
            "stop": 1126310179
        },
        {
            "start": 1126310183,
            "stop": 1126310187
        },
        {
            "start": 1126310194,
            "stop": 1126310225
        },
        {
            "start": 1126310227,
            "stop": 1126310241
        },
        {
            "start": 1126310242,
            "stop": 1126310251
        },
        {
            "start": 1126310252,
            "stop": 1126310260
        },
        {
            "start": 1126310262,
            "stop": 1126310263
        },
        {
            "start": 1126310267,
            "stop": 1126310269
        },
        {
            "start": 1126310270,
            "stop": 1126310288
        },
        {
            "start": 1126310289,
            "stop": 1126310296
        },
        {
            "start": 1126310299,
            "stop": 1126310317
        },
        {
            "start": 1126310320,
            "stop": 1126310322
        }
    ]
}