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=10162
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=10163",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10161",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10162,
    "results": [
        {
            "start": 873772651,
            "stop": 873772815
        },
        {
            "start": 873772822,
            "stop": 873772843
        },
        {
            "start": 873772850,
            "stop": 873772860
        },
        {
            "start": 873772920,
            "stop": 873773096
        },
        {
            "start": 873773109,
            "stop": 873773155
        },
        {
            "start": 873773162,
            "stop": 873773219
        },
        {
            "start": 873773227,
            "stop": 873773615
        },
        {
            "start": 873773651,
            "stop": 873773749
        },
        {
            "start": 873773756,
            "stop": 873773860
        },
        {
            "start": 873773867,
            "stop": 873773953
        },
        {
            "start": 873773989,
            "stop": 873774063
        },
        {
            "start": 873774071,
            "stop": 873774210
        },
        {
            "start": 873774217,
            "stop": 873774471
        },
        {
            "start": 873774607,
            "stop": 873774635
        },
        {
            "start": 873774642,
            "stop": 873774771
        },
        {
            "start": 873774779,
            "stop": 873775015
        },
        {
            "start": 873775739,
            "stop": 873775827
        },
        {
            "start": 873776607,
            "stop": 873776615
        },
        {
            "start": 873776651,
            "stop": 873776686
        },
        {
            "start": 873776726,
            "stop": 873777188
        }
    ]
}