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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=259",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=257",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 258,
    "results": [
        {
            "start": 821094360,
            "stop": 821094840
        },
        {
            "start": 821094900,
            "stop": 821095020
        },
        {
            "start": 821095080,
            "stop": 821095377
        },
        {
            "start": 821095384,
            "stop": 821098633
        },
        {
            "start": 821099980,
            "stop": 821100060
        },
        {
            "start": 821100120,
            "stop": 821100373
        },
        {
            "start": 821101761,
            "stop": 821103000
        },
        {
            "start": 821103060,
            "stop": 821103180
        },
        {
            "start": 821103240,
            "stop": 821103960
        },
        {
            "start": 821104791,
            "stop": 821104807
        },
        {
            "start": 821104859,
            "stop": 821106540
        },
        {
            "start": 821106600,
            "stop": 821107510
        },
        {
            "start": 821108773,
            "stop": 821109590
        },
        {
            "start": 821109670,
            "stop": 821111270
        },
        {
            "start": 821111410,
            "stop": 821113001
        },
        {
            "start": 821124544,
            "stop": 821125033
        },
        {
            "start": 821127510,
            "stop": 821127514
        },
        {
            "start": 821127688,
            "stop": 821127752
        },
        {
            "start": 821131330,
            "stop": 821131390
        },
        {
            "start": 821131445,
            "stop": 821131515
        }
    ]
}