Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=42
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=43",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=41",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 42,
    "results": [
        {
            "start": 1238191214,
            "stop": 1238191215
        },
        {
            "start": 1238191216,
            "stop": 1238191218
        },
        {
            "start": 1238191220,
            "stop": 1238191224
        },
        {
            "start": 1238191226,
            "stop": 1238191229
        },
        {
            "start": 1238191230,
            "stop": 1238191234
        },
        {
            "start": 1238191238,
            "stop": 1238191241
        },
        {
            "start": 1238191250,
            "stop": 1238191254
        },
        {
            "start": 1238191255,
            "stop": 1238191260
        },
        {
            "start": 1238191262,
            "stop": 1238191268
        },
        {
            "start": 1238191271,
            "stop": 1238191272
        },
        {
            "start": 1238191274,
            "stop": 1238191278
        },
        {
            "start": 1238191280,
            "stop": 1238191286
        },
        {
            "start": 1238191288,
            "stop": 1238191292
        },
        {
            "start": 1238191293,
            "stop": 1238191297
        },
        {
            "start": 1238191302,
            "stop": 1238191307
        },
        {
            "start": 1238191309,
            "stop": 1238191313
        },
        {
            "start": 1238191321,
            "stop": 1238191323
        },
        {
            "start": 1238191324,
            "stop": 1238191325
        },
        {
            "start": 1238191326,
            "stop": 1238191327
        },
        {
            "start": 1238191329,
            "stop": 1238191336
        }
    ]
}