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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7688",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7686",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7687,
    "results": [
        {
            "start": 971340007,
            "stop": 971340033
        },
        {
            "start": 971340073,
            "stop": 971341223
        },
        {
            "start": 971341226,
            "stop": 971341496
        },
        {
            "start": 971341499,
            "stop": 971342883
        },
        {
            "start": 971342886,
            "stop": 971343121
        },
        {
            "start": 971343124,
            "stop": 971343732
        },
        {
            "start": 971343735,
            "stop": 971343764
        },
        {
            "start": 971343775,
            "stop": 971345648
        },
        {
            "start": 971345651,
            "stop": 971346281
        },
        {
            "start": 971346284,
            "stop": 971346308
        },
        {
            "start": 971346311,
            "stop": 971346548
        },
        {
            "start": 971346551,
            "stop": 971346683
        },
        {
            "start": 971346686,
            "stop": 971347358
        },
        {
            "start": 971347361,
            "stop": 971347894
        },
        {
            "start": 971347897,
            "stop": 971348150
        },
        {
            "start": 971348153,
            "stop": 971350056
        },
        {
            "start": 971350059,
            "stop": 971351207
        },
        {
            "start": 971351210,
            "stop": 971351845
        },
        {
            "start": 971354464,
            "stop": 971355753
        },
        {
            "start": 971355756,
            "stop": 971356081
        }
    ]
}