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=14080
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=14081",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14079",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14080,
    "results": [
        {
            "start": 971157153,
            "stop": 971157154
        },
        {
            "start": 971157159,
            "stop": 971157160
        },
        {
            "start": 971157169,
            "stop": 971157170
        },
        {
            "start": 971157171,
            "stop": 971157173
        },
        {
            "start": 971157176,
            "stop": 971157180
        },
        {
            "start": 971157183,
            "stop": 971157184
        },
        {
            "start": 971157186,
            "stop": 971157187
        },
        {
            "start": 971157191,
            "stop": 971157193
        },
        {
            "start": 971157196,
            "stop": 971157198
        },
        {
            "start": 971157201,
            "stop": 971157203
        },
        {
            "start": 971157206,
            "stop": 971157207
        },
        {
            "start": 971157208,
            "stop": 971157209
        },
        {
            "start": 971157214,
            "stop": 971157216
        },
        {
            "start": 971157220,
            "stop": 971157223
        },
        {
            "start": 971157224,
            "stop": 971157225
        },
        {
            "start": 971157232,
            "stop": 971157233
        },
        {
            "start": 971157237,
            "stop": 971157238
        },
        {
            "start": 971157243,
            "stop": 971157244
        },
        {
            "start": 971157246,
            "stop": 971157248
        },
        {
            "start": 971157250,
            "stop": 971157251
        }
    ]
}