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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=467",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=465",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 466,
    "results": [
        {
            "start": 1183154978,
            "stop": 1183155067
        },
        {
            "start": 1183155069,
            "stop": 1183155080
        },
        {
            "start": 1183155082,
            "stop": 1183155092
        },
        {
            "start": 1183155097,
            "stop": 1183155105
        },
        {
            "start": 1183155107,
            "stop": 1183155284
        },
        {
            "start": 1183155288,
            "stop": 1183155313
        },
        {
            "start": 1183155315,
            "stop": 1183155337
        },
        {
            "start": 1183155343,
            "stop": 1183155368
        },
        {
            "start": 1183155369,
            "stop": 1183155438
        },
        {
            "start": 1183155440,
            "stop": 1183155442
        },
        {
            "start": 1183155447,
            "stop": 1183155449
        },
        {
            "start": 1183155469,
            "stop": 1183155534
        },
        {
            "start": 1183155536,
            "stop": 1183155584
        },
        {
            "start": 1183155586,
            "stop": 1183155610
        },
        {
            "start": 1183155612,
            "stop": 1183155633
        },
        {
            "start": 1183155635,
            "stop": 1183155636
        },
        {
            "start": 1183155638,
            "stop": 1183155639
        },
        {
            "start": 1183155644,
            "stop": 1183155645
        },
        {
            "start": 1183155650,
            "stop": 1183155651
        },
        {
            "start": 1183155653,
            "stop": 1183155841
        }
    ]
}