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=242
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=243",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=241",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 242,
    "results": [
        {
            "start": 1376500724,
            "stop": 1376501447
        },
        {
            "start": 1376501450,
            "stop": 1376502789
        },
        {
            "start": 1376502791,
            "stop": 1376503900
        },
        {
            "start": 1376503902,
            "stop": 1376505745
        },
        {
            "start": 1376505747,
            "stop": 1376506683
        },
        {
            "start": 1376506685,
            "stop": 1376506875
        },
        {
            "start": 1376506880,
            "stop": 1376507734
        },
        {
            "start": 1376507735,
            "stop": 1376508753
        },
        {
            "start": 1376508755,
            "stop": 1376509793
        },
        {
            "start": 1376509795,
            "stop": 1376510078
        },
        {
            "start": 1376512592,
            "stop": 1376512820
        },
        {
            "start": 1376512822,
            "stop": 1376513738
        },
        {
            "start": 1376513740,
            "stop": 1376513904
        },
        {
            "start": 1376516301,
            "stop": 1376516553
        },
        {
            "start": 1376516555,
            "stop": 1376517430
        },
        {
            "start": 1376517431,
            "stop": 1376518301
        },
        {
            "start": 1376518304,
            "stop": 1376518378
        },
        {
            "start": 1376518380,
            "stop": 1376518758
        },
        {
            "start": 1376536647,
            "stop": 1376537685
        },
        {
            "start": 1376537687,
            "stop": 1376539650
        }
    ]
}