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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=29",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=27",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 28,
    "results": [
        {
            "start": 816304141,
            "stop": 816304144
        },
        {
            "start": 816304149,
            "stop": 816304151
        },
        {
            "start": 816304155,
            "stop": 816304250
        },
        {
            "start": 816304257,
            "stop": 816304258
        },
        {
            "start": 816304264,
            "stop": 816304377
        },
        {
            "start": 816304381,
            "stop": 816304485
        },
        {
            "start": 816304492,
            "stop": 816304514
        },
        {
            "start": 816304518,
            "stop": 816304520
        },
        {
            "start": 816304543,
            "stop": 816304547
        },
        {
            "start": 816304552,
            "stop": 816304558
        },
        {
            "start": 816304570,
            "stop": 816304572
        },
        {
            "start": 816304578,
            "stop": 816304582
        },
        {
            "start": 816304587,
            "stop": 816304590
        },
        {
            "start": 816304595,
            "stop": 816304598
        },
        {
            "start": 816304603,
            "stop": 816304745
        },
        {
            "start": 816304750,
            "stop": 816304768
        },
        {
            "start": 816304774,
            "stop": 816304933
        },
        {
            "start": 816304941,
            "stop": 816304942
        },
        {
            "start": 816304949,
            "stop": 816304972
        },
        {
            "start": 816304979,
            "stop": 816304982
        }
    ]
}