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=227
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=228",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=226",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 227,
    "results": [
        {
            "start": 1376115964,
            "stop": 1376117646
        },
        {
            "start": 1376117648,
            "stop": 1376118049
        },
        {
            "start": 1376118053,
            "stop": 1376118317
        },
        {
            "start": 1376118318,
            "stop": 1376119839
        },
        {
            "start": 1376119841,
            "stop": 1376120495
        },
        {
            "start": 1376120497,
            "stop": 1376121937
        },
        {
            "start": 1376121939,
            "stop": 1376122516
        },
        {
            "start": 1376122518,
            "stop": 1376122823
        },
        {
            "start": 1376122825,
            "stop": 1376123923
        },
        {
            "start": 1376123928,
            "stop": 1376124314
        },
        {
            "start": 1376124315,
            "stop": 1376124862
        },
        {
            "start": 1376124864,
            "stop": 1376125121
        },
        {
            "start": 1376125123,
            "stop": 1376125827
        },
        {
            "start": 1376125830,
            "stop": 1376126230
        },
        {
            "start": 1376126232,
            "stop": 1376126920
        },
        {
            "start": 1376126922,
            "stop": 1376128357
        },
        {
            "start": 1376128359,
            "stop": 1376128932
        },
        {
            "start": 1376128933,
            "stop": 1376129252
        },
        {
            "start": 1376129253,
            "stop": 1376130091
        },
        {
            "start": 1376130092,
            "stop": 1376130447
        }
    ]
}