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=145
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=146",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=144",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 145,
    "results": [
        {
            "start": 1373068090,
            "stop": 1373069064
        },
        {
            "start": 1373069066,
            "stop": 1373071463
        },
        {
            "start": 1373071465,
            "stop": 1373072256
        },
        {
            "start": 1373072257,
            "stop": 1373073561
        },
        {
            "start": 1373073563,
            "stop": 1373074433
        },
        {
            "start": 1373074435,
            "stop": 1373075334
        },
        {
            "start": 1373075336,
            "stop": 1373076268
        },
        {
            "start": 1373076270,
            "stop": 1373081774
        },
        {
            "start": 1373081776,
            "stop": 1373082592
        },
        {
            "start": 1373082593,
            "stop": 1373083727
        },
        {
            "start": 1373083728,
            "stop": 1373084553
        },
        {
            "start": 1373084555,
            "stop": 1373085744
        },
        {
            "start": 1373085746,
            "stop": 1373088159
        },
        {
            "start": 1373088162,
            "stop": 1373090245
        },
        {
            "start": 1373090247,
            "stop": 1373092388
        },
        {
            "start": 1373092389,
            "stop": 1373094752
        },
        {
            "start": 1373094754,
            "stop": 1373096741
        },
        {
            "start": 1373096743,
            "stop": 1373098987
        },
        {
            "start": 1373098988,
            "stop": 1373100940
        },
        {
            "start": 1373100942,
            "stop": 1373103183
        }
    ]
}