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/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=688
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=689",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=687",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 688,
    "results": [
        {
            "start": 1248759249,
            "stop": 1248759263
        },
        {
            "start": 1248759269,
            "stop": 1248759289
        },
        {
            "start": 1248759292,
            "stop": 1248759304
        },
        {
            "start": 1248759309,
            "stop": 1248759323
        },
        {
            "start": 1248759331,
            "stop": 1248759371
        },
        {
            "start": 1248759374,
            "stop": 1248759400
        },
        {
            "start": 1248759405,
            "stop": 1248759407
        },
        {
            "start": 1248759420,
            "stop": 1248759432
        },
        {
            "start": 1248759439,
            "stop": 1248759443
        },
        {
            "start": 1248759446,
            "stop": 1248759473
        },
        {
            "start": 1248759478,
            "stop": 1248759526
        },
        {
            "start": 1248759528,
            "stop": 1248759554
        },
        {
            "start": 1248759557,
            "stop": 1248759566
        },
        {
            "start": 1248759571,
            "stop": 1248759573
        },
        {
            "start": 1248759575,
            "stop": 1248759591
        },
        {
            "start": 1248759595,
            "stop": 1248759596
        },
        {
            "start": 1248759600,
            "stop": 1248759602
        },
        {
            "start": 1248759605,
            "stop": 1248759644
        },
        {
            "start": 1248759649,
            "stop": 1248759653
        },
        {
            "start": 1248759658,
            "stop": 1248759664
        }
    ]
}