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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=298",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=296",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 297,
    "results": [
        {
            "start": 852205624,
            "stop": 852205649
        },
        {
            "start": 852205653,
            "stop": 852205683
        },
        {
            "start": 852205691,
            "stop": 852205755
        },
        {
            "start": 852205773,
            "stop": 852205849
        },
        {
            "start": 852205868,
            "stop": 852205878
        },
        {
            "start": 852205882,
            "stop": 852205960
        },
        {
            "start": 852205964,
            "stop": 852205970
        },
        {
            "start": 852205973,
            "stop": 852206089
        },
        {
            "start": 852206098,
            "stop": 852206138
        },
        {
            "start": 852206147,
            "stop": 852206186
        },
        {
            "start": 852206195,
            "stop": 852206296
        },
        {
            "start": 852206299,
            "stop": 852206362
        },
        {
            "start": 852206365,
            "stop": 852206381
        },
        {
            "start": 852206385,
            "stop": 852206795
        },
        {
            "start": 852206799,
            "stop": 852206829
        },
        {
            "start": 852206833,
            "stop": 852206843
        },
        {
            "start": 852206847,
            "stop": 852206872
        },
        {
            "start": 852206875,
            "stop": 852206881
        },
        {
            "start": 852206890,
            "stop": 852206895
        },
        {
            "start": 852206904,
            "stop": 852206919
        }
    ]
}