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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_CBC_CAT1/segments?format=api&page=8",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_CBC_CAT1/segments?format=api&page=6",
    "results_count": 519,
    "results_per_page": 20,
    "num_pages": 26,
    "page_number": 7,
    "results": [
        {
            "start": 1128876392,
            "stop": 1128876769
        },
        {
            "start": 1128877020,
            "stop": 1128880035
        },
        {
            "start": 1128888099,
            "stop": 1128888408
        },
        {
            "start": 1128888658,
            "stop": 1128889359
        },
        {
            "start": 1128891481,
            "stop": 1128891556
        },
        {
            "start": 1128891807,
            "stop": 1128894292
        },
        {
            "start": 1128894543,
            "stop": 1128895813
        },
        {
            "start": 1128899369,
            "stop": 1128904753
        },
        {
            "start": 1128905004,
            "stop": 1128913468
        },
        {
            "start": 1128913718,
            "stop": 1128922967
        },
        {
            "start": 1128923264,
            "stop": 1128926705
        },
        {
            "start": 1128926956,
            "stop": 1128933662
        },
        {
            "start": 1128933913,
            "stop": 1128938925
        },
        {
            "start": 1128939245,
            "stop": 1128940022
        },
        {
            "start": 1128940272,
            "stop": 1128947402
        },
        {
            "start": 1128947653,
            "stop": 1128956570
        },
        {
            "start": 1128988282,
            "stop": 1129035332
        },
        {
            "start": 1129035879,
            "stop": 1129052629
        },
        {
            "start": 1129061194,
            "stop": 1129061254
        },
        {
            "start": 1129065876,
            "stop": 1129085501
        }
    ]
}