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=120
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=121",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=119",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 120,
    "results": [
        {
            "start": 816737901,
            "stop": 816737908
        },
        {
            "start": 816737913,
            "stop": 816737916
        },
        {
            "start": 816737934,
            "stop": 816737935
        },
        {
            "start": 816737940,
            "stop": 816737941
        },
        {
            "start": 816737947,
            "stop": 816737973
        },
        {
            "start": 816737977,
            "stop": 816737979
        },
        {
            "start": 816737985,
            "stop": 816737988
        },
        {
            "start": 816737992,
            "stop": 816737993
        },
        {
            "start": 816737997,
            "stop": 816737998
        },
        {
            "start": 816738003,
            "stop": 816738104
        },
        {
            "start": 816738108,
            "stop": 816738110
        },
        {
            "start": 816738114,
            "stop": 816738116
        },
        {
            "start": 816738121,
            "stop": 816738124
        },
        {
            "start": 816738132,
            "stop": 816738171
        },
        {
            "start": 816738175,
            "stop": 816738180
        },
        {
            "start": 816738186,
            "stop": 816738188
        },
        {
            "start": 816738192,
            "stop": 816738194
        },
        {
            "start": 816738197,
            "stop": 816738205
        },
        {
            "start": 816738211,
            "stop": 816738213
        },
        {
            "start": 816738217,
            "stop": 816738221
        }
    ]
}