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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=231",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=229",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 230,
    "results": [
        {
            "start": 821184981,
            "stop": 821185005
        },
        {
            "start": 821185013,
            "stop": 821185186
        },
        {
            "start": 821185204,
            "stop": 821185216
        },
        {
            "start": 821185243,
            "stop": 821185367
        },
        {
            "start": 821185375,
            "stop": 821185392
        },
        {
            "start": 821185400,
            "stop": 821185564
        },
        {
            "start": 821185825,
            "stop": 821185860
        },
        {
            "start": 821185986,
            "stop": 821186308
        },
        {
            "start": 821186314,
            "stop": 821186471
        },
        {
            "start": 821186482,
            "stop": 821186541
        },
        {
            "start": 821186558,
            "stop": 821186566
        },
        {
            "start": 821186574,
            "stop": 821186575
        },
        {
            "start": 821186583,
            "stop": 821186591
        },
        {
            "start": 821186597,
            "stop": 821186635
        },
        {
            "start": 821186877,
            "stop": 821187175
        },
        {
            "start": 821187181,
            "stop": 821187271
        },
        {
            "start": 821187279,
            "stop": 821187390
        },
        {
            "start": 821187398,
            "stop": 821187412
        },
        {
            "start": 821187420,
            "stop": 821187421
        },
        {
            "start": 821187445,
            "stop": 821187446
        }
    ]
}