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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=344",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=342",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 343,
    "results": [
        {
            "start": 1177409568,
            "stop": 1177419211
        },
        {
            "start": 1177419215,
            "stop": 1177426080
        },
        {
            "start": 1177426082,
            "stop": 1177429042
        },
        {
            "start": 1177429044,
            "stop": 1177429047
        },
        {
            "start": 1177429048,
            "stop": 1177429064
        },
        {
            "start": 1177429069,
            "stop": 1177429098
        },
        {
            "start": 1177429100,
            "stop": 1177429831
        },
        {
            "start": 1177429835,
            "stop": 1177429840
        },
        {
            "start": 1177429841,
            "stop": 1177429869
        },
        {
            "start": 1177429873,
            "stop": 1177429877
        },
        {
            "start": 1177429884,
            "stop": 1177429886
        },
        {
            "start": 1177429894,
            "stop": 1177429897
        },
        {
            "start": 1177429904,
            "stop": 1177429908
        },
        {
            "start": 1177429910,
            "stop": 1177429945
        },
        {
            "start": 1177429949,
            "stop": 1177429987
        },
        {
            "start": 1177429991,
            "stop": 1177429996
        },
        {
            "start": 1177430003,
            "stop": 1177430008
        },
        {
            "start": 1177430014,
            "stop": 1177430133
        },
        {
            "start": 1177430137,
            "stop": 1177430242
        },
        {
            "start": 1177430246,
            "stop": 1177430320
        }
    ]
}