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=687
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=688",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=686",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 687,
    "results": [
        {
            "start": 1248757357,
            "stop": 1248757363
        },
        {
            "start": 1248757367,
            "stop": 1248757443
        },
        {
            "start": 1248757448,
            "stop": 1248757450
        },
        {
            "start": 1248757451,
            "stop": 1248757452
        },
        {
            "start": 1248757457,
            "stop": 1248757550
        },
        {
            "start": 1248757555,
            "stop": 1248757633
        },
        {
            "start": 1248757635,
            "stop": 1248757740
        },
        {
            "start": 1248757745,
            "stop": 1248757752
        },
        {
            "start": 1248757757,
            "stop": 1248757780
        },
        {
            "start": 1248757782,
            "stop": 1248757792
        },
        {
            "start": 1248757800,
            "stop": 1248757805
        },
        {
            "start": 1248757809,
            "stop": 1248758536
        },
        {
            "start": 1248758544,
            "stop": 1248758635
        },
        {
            "start": 1248758638,
            "stop": 1248759192
        },
        {
            "start": 1248759194,
            "stop": 1248759201
        },
        {
            "start": 1248759202,
            "stop": 1248759205
        },
        {
            "start": 1248759210,
            "stop": 1248759213
        },
        {
            "start": 1248759220,
            "stop": 1248759228
        },
        {
            "start": 1248759232,
            "stop": 1248759235
        },
        {
            "start": 1248759236,
            "stop": 1248759237
        }
    ]
}