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=292
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=293",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=291",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 292,
    "results": [
        {
            "start": 1177886748,
            "stop": 1177887039
        },
        {
            "start": 1177887043,
            "stop": 1177889182
        },
        {
            "start": 1177889184,
            "stop": 1177890764
        },
        {
            "start": 1177890768,
            "stop": 1177891454
        },
        {
            "start": 1177891569,
            "stop": 1177892421
        },
        {
            "start": 1177894437,
            "stop": 1177896277
        },
        {
            "start": 1177896281,
            "stop": 1177896782
        },
        {
            "start": 1177896786,
            "stop": 1177898745
        },
        {
            "start": 1177898748,
            "stop": 1177903039
        },
        {
            "start": 1177903043,
            "stop": 1177904552
        },
        {
            "start": 1177904556,
            "stop": 1177904842
        },
        {
            "start": 1177904846,
            "stop": 1177910589
        },
        {
            "start": 1177910593,
            "stop": 1177913934
        },
        {
            "start": 1177913938,
            "stop": 1177914545
        },
        {
            "start": 1177914549,
            "stop": 1177915072
        },
        {
            "start": 1177915076,
            "stop": 1177918681
        },
        {
            "start": 1177918683,
            "stop": 1177918909
        },
        {
            "start": 1177919477,
            "stop": 1177927452
        },
        {
            "start": 1177927455,
            "stop": 1177928993
        },
        {
            "start": 1177928994,
            "stop": 1177929094
        }
    ]
}