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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5154",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5152",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5153,
    "results": [
        {
            "start": 873740061,
            "stop": 873740070
        },
        {
            "start": 873740077,
            "stop": 873740085
        },
        {
            "start": 873740092,
            "stop": 873740093
        },
        {
            "start": 873741180,
            "stop": 873741240
        },
        {
            "start": 873741720,
            "stop": 873741729
        },
        {
            "start": 873741736,
            "stop": 873741798
        },
        {
            "start": 873741805,
            "stop": 873741816
        },
        {
            "start": 873741852,
            "stop": 873741890
        },
        {
            "start": 873741898,
            "stop": 873741905
        },
        {
            "start": 873741912,
            "stop": 873741960
        },
        {
            "start": 873742200,
            "stop": 873742208
        },
        {
            "start": 873742215,
            "stop": 873742275
        },
        {
            "start": 873742291,
            "stop": 873742300
        },
        {
            "start": 873742308,
            "stop": 873742331
        },
        {
            "start": 873742338,
            "stop": 873742372
        },
        {
            "start": 873742379,
            "stop": 873742405
        },
        {
            "start": 873742416,
            "stop": 873742440
        },
        {
            "start": 873742448,
            "stop": 873742531
        },
        {
            "start": 873742538,
            "stop": 873742614
        },
        {
            "start": 873742622,
            "stop": 873742701
        }
    ]
}