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=443
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=444",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=442",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 443,
    "results": [
        {
            "start": 1182929796,
            "stop": 1182930160
        },
        {
            "start": 1182930162,
            "stop": 1182930698
        },
        {
            "start": 1182930700,
            "stop": 1182930964
        },
        {
            "start": 1182930966,
            "stop": 1182932081
        },
        {
            "start": 1182932083,
            "stop": 1182932086
        },
        {
            "start": 1182932089,
            "stop": 1182932343
        },
        {
            "start": 1182932345,
            "stop": 1182934295
        },
        {
            "start": 1182934297,
            "stop": 1182934515
        },
        {
            "start": 1182934517,
            "stop": 1182935066
        },
        {
            "start": 1182935068,
            "stop": 1182936428
        },
        {
            "start": 1182936430,
            "stop": 1182936803
        },
        {
            "start": 1182936805,
            "stop": 1182938172
        },
        {
            "start": 1182938174,
            "stop": 1182938780
        },
        {
            "start": 1182938782,
            "stop": 1182938971
        },
        {
            "start": 1182938973,
            "stop": 1182939883
        },
        {
            "start": 1182939885,
            "stop": 1182940797
        },
        {
            "start": 1182940799,
            "stop": 1182943028
        },
        {
            "start": 1182943030,
            "stop": 1182949532
        },
        {
            "start": 1182949535,
            "stop": 1182958253
        },
        {
            "start": 1182958257,
            "stop": 1182958743
        }
    ]
}