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=14148
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=14149",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14147",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14148,
    "results": [
        {
            "start": 971164156,
            "stop": 971164157
        },
        {
            "start": 971164159,
            "stop": 971164160
        },
        {
            "start": 971164161,
            "stop": 971164170
        },
        {
            "start": 971164172,
            "stop": 971164173
        },
        {
            "start": 971164176,
            "stop": 971164178
        },
        {
            "start": 971164179,
            "stop": 971164180
        },
        {
            "start": 971164184,
            "stop": 971164185
        },
        {
            "start": 971164192,
            "stop": 971164195
        },
        {
            "start": 971164196,
            "stop": 971164201
        },
        {
            "start": 971164204,
            "stop": 971164207
        },
        {
            "start": 971164211,
            "stop": 971164212
        },
        {
            "start": 971164213,
            "stop": 971164215
        },
        {
            "start": 971164216,
            "stop": 971164221
        },
        {
            "start": 971164223,
            "stop": 971164225
        },
        {
            "start": 971164227,
            "stop": 971164228
        },
        {
            "start": 971164234,
            "stop": 971164235
        },
        {
            "start": 971164237,
            "stop": 971164245
        },
        {
            "start": 971164249,
            "stop": 971164250
        },
        {
            "start": 971164251,
            "stop": 971164252
        },
        {
            "start": 971164253,
            "stop": 971164256
        }
    ]
}