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=112
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=113",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=111",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 112,
    "results": [
        {
            "start": 818220868,
            "stop": 818220872
        },
        {
            "start": 818220985,
            "stop": 818220990
        },
        {
            "start": 818221261,
            "stop": 818221262
        },
        {
            "start": 818221319,
            "stop": 818221322
        },
        {
            "start": 818221334,
            "stop": 818221335
        },
        {
            "start": 818221456,
            "stop": 818221462
        },
        {
            "start": 818221507,
            "stop": 818221510
        },
        {
            "start": 818221623,
            "stop": 818221625
        },
        {
            "start": 818221678,
            "stop": 818221680
        },
        {
            "start": 818221793,
            "stop": 818221796
        },
        {
            "start": 818221989,
            "stop": 818221991
        },
        {
            "start": 818222022,
            "stop": 818222023
        },
        {
            "start": 818222033,
            "stop": 818222039
        },
        {
            "start": 818222310,
            "stop": 818222313
        },
        {
            "start": 818222321,
            "stop": 818222326
        },
        {
            "start": 818222581,
            "stop": 818222584
        },
        {
            "start": 818222698,
            "stop": 818222700
        },
        {
            "start": 818222814,
            "stop": 818222815
        },
        {
            "start": 818222919,
            "stop": 818222925
        },
        {
            "start": 818222994,
            "stop": 818223007
        }
    ]
}