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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=16",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=14",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 15,
    "results": [
        {
            "start": 1369282656,
            "stop": 1369284067
        },
        {
            "start": 1369284068,
            "stop": 1369284721
        },
        {
            "start": 1369284723,
            "stop": 1369285348
        },
        {
            "start": 1369285349,
            "stop": 1369285754
        },
        {
            "start": 1369285756,
            "stop": 1369285912
        },
        {
            "start": 1369285917,
            "stop": 1369286920
        },
        {
            "start": 1369286921,
            "stop": 1369287222
        },
        {
            "start": 1369287223,
            "stop": 1369288808
        },
        {
            "start": 1369288810,
            "stop": 1369290172
        },
        {
            "start": 1369290174,
            "stop": 1369291792
        },
        {
            "start": 1369291794,
            "stop": 1369292997
        },
        {
            "start": 1369292999,
            "stop": 1369294354
        },
        {
            "start": 1369294356,
            "stop": 1369295498
        },
        {
            "start": 1369295500,
            "stop": 1369297214
        },
        {
            "start": 1369297215,
            "stop": 1369298461
        },
        {
            "start": 1369298463,
            "stop": 1369299557
        },
        {
            "start": 1369299558,
            "stop": 1369300753
        },
        {
            "start": 1369300755,
            "stop": 1369301733
        },
        {
            "start": 1369301736,
            "stop": 1369301979
        },
        {
            "start": 1369301981,
            "stop": 1369303193
        }
    ]
}