Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=109
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=110",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=108",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 109,
    "results": [
        {
            "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
        },
        {
            "start": 816738228,
            "stop": 816738231
        },
        {
            "start": 816738242,
            "stop": 816738279
        }
    ]
}