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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14148",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14146",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14147,
    "results": [
        {
            "start": 971164046,
            "stop": 971164048
        },
        {
            "start": 971164053,
            "stop": 971164056
        },
        {
            "start": 971164061,
            "stop": 971164062
        },
        {
            "start": 971164068,
            "stop": 971164070
        },
        {
            "start": 971164074,
            "stop": 971164077
        },
        {
            "start": 971164081,
            "stop": 971164082
        },
        {
            "start": 971164083,
            "stop": 971164088
        },
        {
            "start": 971164089,
            "stop": 971164090
        },
        {
            "start": 971164091,
            "stop": 971164092
        },
        {
            "start": 971164095,
            "stop": 971164098
        },
        {
            "start": 971164099,
            "stop": 971164101
        },
        {
            "start": 971164108,
            "stop": 971164110
        },
        {
            "start": 971164116,
            "stop": 971164117
        },
        {
            "start": 971164119,
            "stop": 971164120
        },
        {
            "start": 971164123,
            "stop": 971164124
        },
        {
            "start": 971164129,
            "stop": 971164131
        },
        {
            "start": 971164133,
            "stop": 971164134
        },
        {
            "start": 971164136,
            "stop": 971164142
        },
        {
            "start": 971164143,
            "stop": 971164145
        },
        {
            "start": 971164149,
            "stop": 971164154
        }
    ]
}