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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8733",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8731",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8732,
    "results": [
        {
            "start": 872724032,
            "stop": 872724480
        },
        {
            "start": 872724540,
            "stop": 872725292
        },
        {
            "start": 872725301,
            "stop": 872725800
        },
        {
            "start": 872726100,
            "stop": 872726127
        },
        {
            "start": 872726280,
            "stop": 872726580
        },
        {
            "start": 872726640,
            "stop": 872728620
        },
        {
            "start": 872728680,
            "stop": 872728740
        },
        {
            "start": 872728920,
            "stop": 872729160
        },
        {
            "start": 872729220,
            "stop": 872731122
        },
        {
            "start": 872741820,
            "stop": 872741880
        },
        {
            "start": 872742600,
            "stop": 872742660
        },
        {
            "start": 872742720,
            "stop": 872742780
        },
        {
            "start": 872743020,
            "stop": 872743080
        },
        {
            "start": 872743500,
            "stop": 872743680
        },
        {
            "start": 872743920,
            "stop": 872744160
        },
        {
            "start": 872744220,
            "stop": 872744400
        },
        {
            "start": 872744460,
            "stop": 872744476
        },
        {
            "start": 872744493,
            "stop": 872744640
        },
        {
            "start": 872744820,
            "stop": 872744880
        },
        {
            "start": 872745360,
            "stop": 872745540
        }
    ]
}