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=143
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=144",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=142",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 143,
    "results": [
        {
            "start": 1373006727,
            "stop": 1373007297
        },
        {
            "start": 1373007302,
            "stop": 1373007870
        },
        {
            "start": 1373007872,
            "stop": 1373008618
        },
        {
            "start": 1373008620,
            "stop": 1373009791
        },
        {
            "start": 1373009793,
            "stop": 1373010799
        },
        {
            "start": 1373010801,
            "stop": 1373011957
        },
        {
            "start": 1373011958,
            "stop": 1373014666
        },
        {
            "start": 1373014667,
            "stop": 1373016967
        },
        {
            "start": 1373016969,
            "stop": 1373022894
        },
        {
            "start": 1373022896,
            "stop": 1373023681
        },
        {
            "start": 1373023683,
            "stop": 1373024784
        },
        {
            "start": 1373024786,
            "stop": 1373027380
        },
        {
            "start": 1373027381,
            "stop": 1373031364
        },
        {
            "start": 1373031366,
            "stop": 1373032029
        },
        {
            "start": 1373032031,
            "stop": 1373033306
        },
        {
            "start": 1373033307,
            "stop": 1373034552
        },
        {
            "start": 1373034557,
            "stop": 1373035663
        },
        {
            "start": 1373035665,
            "stop": 1373036048
        },
        {
            "start": 1373036050,
            "stop": 1373036886
        },
        {
            "start": 1373036891,
            "stop": 1373037352
        }
    ]
}