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=10126
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=10127",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10125",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10126,
    "results": [
        {
            "start": 873492720,
            "stop": 873492801
        },
        {
            "start": 873492817,
            "stop": 873493020
        },
        {
            "start": 873493080,
            "stop": 873493140
        },
        {
            "start": 873493260,
            "stop": 873493262
        },
        {
            "start": 873493270,
            "stop": 873493440
        },
        {
            "start": 873493620,
            "stop": 873493687
        },
        {
            "start": 873493697,
            "stop": 873493720
        },
        {
            "start": 873493756,
            "stop": 873493920
        },
        {
            "start": 873494040,
            "stop": 873494100
        },
        {
            "start": 873494160,
            "stop": 873494460
        },
        {
            "start": 873494520,
            "stop": 873494700
        },
        {
            "start": 873494760,
            "stop": 873494820
        },
        {
            "start": 873494940,
            "stop": 873495060
        },
        {
            "start": 873495120,
            "stop": 873496581
        },
        {
            "start": 873497784,
            "stop": 873497802
        },
        {
            "start": 873497836,
            "stop": 873498300
        },
        {
            "start": 873498360,
            "stop": 873498480
        },
        {
            "start": 873498600,
            "stop": 873499560
        },
        {
            "start": 873499620,
            "stop": 873499710
        },
        {
            "start": 873500550,
            "stop": 873501690
        }
    ]
}