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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9969",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9967",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9968,
    "results": [
        {
            "start": 871902641,
            "stop": 871904836
        },
        {
            "start": 871904853,
            "stop": 871904984
        },
        {
            "start": 871905084,
            "stop": 871906080
        },
        {
            "start": 871906140,
            "stop": 871906578
        },
        {
            "start": 871906614,
            "stop": 871906990
        },
        {
            "start": 871907007,
            "stop": 871907880
        },
        {
            "start": 871907940,
            "stop": 871908180
        },
        {
            "start": 871908300,
            "stop": 871908436
        },
        {
            "start": 871908472,
            "stop": 871908660
        },
        {
            "start": 871908720,
            "stop": 871908731
        },
        {
            "start": 871908748,
            "stop": 871908753
        },
        {
            "start": 871908770,
            "stop": 871909006
        },
        {
            "start": 871909023,
            "stop": 871909321
        },
        {
            "start": 871909338,
            "stop": 871909391
        },
        {
            "start": 871909427,
            "stop": 871909734
        },
        {
            "start": 871909770,
            "stop": 871909913
        },
        {
            "start": 871909949,
            "stop": 871909980
        },
        {
            "start": 871910040,
            "stop": 871910325
        },
        {
            "start": 871910361,
            "stop": 871910460
        },
        {
            "start": 871910520,
            "stop": 871911108
        }
    ]
}