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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=39",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=37",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 38,
    "results": [
        {
            "start": 940252300,
            "stop": 940252865
        },
        {
            "start": 940267846,
            "stop": 940268089
        },
        {
            "start": 940398438,
            "stop": 940398440
        },
        {
            "start": 940398741,
            "stop": 940398743
        },
        {
            "start": 940398817,
            "stop": 940398821
        },
        {
            "start": 940403794,
            "stop": 940403796
        },
        {
            "start": 940405196,
            "stop": 940405810
        },
        {
            "start": 940409390,
            "stop": 940409969
        },
        {
            "start": 940411105,
            "stop": 940411372
        },
        {
            "start": 940412601,
            "stop": 940413216
        },
        {
            "start": 940413866,
            "stop": 940415587
        },
        {
            "start": 940416181,
            "stop": 940417394
        },
        {
            "start": 940418400,
            "stop": 940420774
        },
        {
            "start": 940422066,
            "stop": 940422744
        },
        {
            "start": 940461718,
            "stop": 940499660
        },
        {
            "start": 940501494,
            "stop": 940504030
        },
        {
            "start": 940505210,
            "stop": 940508516
        },
        {
            "start": 940509185,
            "stop": 940509614
        },
        {
            "start": 940511396,
            "stop": 940515951
        },
        {
            "start": 940516880,
            "stop": 940517310
        }
    ]
}