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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_CBC_CAT1/segments?format=api&page=56",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_CBC_CAT1/segments?format=api&page=54",
    "results_count": 1162,
    "results_per_page": 20,
    "num_pages": 59,
    "page_number": 55,
    "results": [
        {
            "start": 1419478146,
            "stop": 1419547624
        },
        {
            "start": 1419551958,
            "stop": 1419750948
        },
        {
            "start": 1419751445,
            "stop": 1419821590
        },
        {
            "start": 1419824765,
            "stop": 1419870629
        },
        {
            "start": 1419872331,
            "stop": 1419872419
        },
        {
            "start": 1419881694,
            "stop": 1419886876
        },
        {
            "start": 1419901207,
            "stop": 1419952806
        },
        {
            "start": 1419953125,
            "stop": 1419991693
        },
        {
            "start": 1419998519,
            "stop": 1420054794
        },
        {
            "start": 1420056496,
            "stop": 1420108922
        },
        {
            "start": 1420109852,
            "stop": 1420132990
        },
        {
            "start": 1420159111,
            "stop": 1420161192
        },
        {
            "start": 1420170677,
            "stop": 1420171603
        },
        {
            "start": 1420322358,
            "stop": 1420322638
        },
        {
            "start": 1420322686,
            "stop": 1420362035
        },
        {
            "start": 1420367000,
            "stop": 1420376658
        },
        {
            "start": 1420377198,
            "stop": 1420387878
        },
        {
            "start": 1420388658,
            "stop": 1420442069
        },
        {
            "start": 1420644479,
            "stop": 1420703727
        },
        {
            "start": 1420783650,
            "stop": 1420785535
        }
    ]
}