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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=135",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=133",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 134,
    "results": [
        {
            "start": 953618648,
            "stop": 953619916
        },
        {
            "start": 953619922,
            "stop": 953620605
        },
        {
            "start": 953620613,
            "stop": 953624589
        },
        {
            "start": 953624592,
            "stop": 953625358
        },
        {
            "start": 953625361,
            "stop": 953625928
        },
        {
            "start": 953625931,
            "stop": 953625936
        },
        {
            "start": 953625940,
            "stop": 953625984
        },
        {
            "start": 953625990,
            "stop": 953625991
        },
        {
            "start": 953625994,
            "stop": 953626009
        },
        {
            "start": 953626013,
            "stop": 953626062
        },
        {
            "start": 953626066,
            "stop": 953626120
        },
        {
            "start": 953626122,
            "stop": 953626272
        },
        {
            "start": 953626276,
            "stop": 953626281
        },
        {
            "start": 953626285,
            "stop": 953626535
        },
        {
            "start": 953626538,
            "stop": 953626555
        },
        {
            "start": 953626558,
            "stop": 953626578
        },
        {
            "start": 953626581,
            "stop": 953626607
        },
        {
            "start": 953626610,
            "stop": 953626612
        },
        {
            "start": 953626620,
            "stop": 953626621
        },
        {
            "start": 953626624,
            "stop": 953626625
        }
    ]
}