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=102
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=103",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=101",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 102,
    "results": [
        {
            "start": 1371836862,
            "stop": 1371837398
        },
        {
            "start": 1371837400,
            "stop": 1371839448
        },
        {
            "start": 1371839450,
            "stop": 1371841671
        },
        {
            "start": 1371841673,
            "stop": 1371843494
        },
        {
            "start": 1371843495,
            "stop": 1371845491
        },
        {
            "start": 1371845492,
            "stop": 1371847485
        },
        {
            "start": 1371847487,
            "stop": 1371848245
        },
        {
            "start": 1371849659,
            "stop": 1371852518
        },
        {
            "start": 1371852521,
            "stop": 1371856274
        },
        {
            "start": 1371856276,
            "stop": 1371862813
        },
        {
            "start": 1371862815,
            "stop": 1371863864
        },
        {
            "start": 1371863868,
            "stop": 1371864919
        },
        {
            "start": 1371864920,
            "stop": 1371868965
        },
        {
            "start": 1371868966,
            "stop": 1371870868
        },
        {
            "start": 1371870870,
            "stop": 1371872821
        },
        {
            "start": 1371872823,
            "stop": 1371874806
        },
        {
            "start": 1371874808,
            "stop": 1371876715
        },
        {
            "start": 1371876716,
            "stop": 1371878902
        },
        {
            "start": 1371878903,
            "stop": 1371883266
        },
        {
            "start": 1371883268,
            "stop": 1371885266
        }
    ]
}