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=163
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=164",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=162",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 163,
    "results": [
        {
            "start": 1373593984,
            "stop": 1373596090
        },
        {
            "start": 1373596091,
            "stop": 1373598376
        },
        {
            "start": 1373598377,
            "stop": 1373598992
        },
        {
            "start": 1373612823,
            "stop": 1373613580
        },
        {
            "start": 1373613582,
            "stop": 1373615537
        },
        {
            "start": 1373615539,
            "stop": 1373616317
        },
        {
            "start": 1373616319,
            "stop": 1373617793
        },
        {
            "start": 1373617795,
            "stop": 1373618775
        },
        {
            "start": 1373618777,
            "stop": 1373620037
        },
        {
            "start": 1373620039,
            "stop": 1373622637
        },
        {
            "start": 1373622638,
            "stop": 1373624903
        },
        {
            "start": 1373624905,
            "stop": 1373625731
        },
        {
            "start": 1373625734,
            "stop": 1373627270
        },
        {
            "start": 1373627272,
            "stop": 1373629367
        },
        {
            "start": 1373629368,
            "stop": 1373631784
        },
        {
            "start": 1373631785,
            "stop": 1373633975
        },
        {
            "start": 1373633977,
            "stop": 1373636683
        },
        {
            "start": 1373636685,
            "stop": 1373638275
        },
        {
            "start": 1373638280,
            "stop": 1373638494
        },
        {
            "start": 1373638498,
            "stop": 1373638824
        }
    ]
}