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=111
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=112",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=110",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 111,
    "results": [
        {
            "start": 1372106657,
            "stop": 1372107162
        },
        {
            "start": 1372107164,
            "stop": 1372107919
        },
        {
            "start": 1372107921,
            "stop": 1372108144
        },
        {
            "start": 1372108145,
            "stop": 1372108216
        },
        {
            "start": 1372108219,
            "stop": 1372108366
        },
        {
            "start": 1372108367,
            "stop": 1372108892
        },
        {
            "start": 1372108894,
            "stop": 1372109611
        },
        {
            "start": 1372109612,
            "stop": 1372109793
        },
        {
            "start": 1372109795,
            "stop": 1372110027
        },
        {
            "start": 1372110028,
            "stop": 1372110317
        },
        {
            "start": 1372112489,
            "stop": 1372112572
        },
        {
            "start": 1372112574,
            "stop": 1372112726
        },
        {
            "start": 1372112727,
            "stop": 1372112968
        },
        {
            "start": 1372112969,
            "stop": 1372113464
        },
        {
            "start": 1372113465,
            "stop": 1372113830
        },
        {
            "start": 1372113835,
            "stop": 1372114404
        },
        {
            "start": 1372114406,
            "stop": 1372114616
        },
        {
            "start": 1372114618,
            "stop": 1372115112
        },
        {
            "start": 1372115114,
            "stop": 1372115334
        },
        {
            "start": 1372115336,
            "stop": 1372116215
        }
    ]
}