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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1784",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1782",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1783,
    "results": [
        {
            "start": 1249582236,
            "stop": 1249582554
        },
        {
            "start": 1249582557,
            "stop": 1249582750
        },
        {
            "start": 1249582753,
            "stop": 1249582790
        },
        {
            "start": 1249582793,
            "stop": 1249583163
        },
        {
            "start": 1249583166,
            "stop": 1249583176
        },
        {
            "start": 1249583179,
            "stop": 1249583421
        },
        {
            "start": 1249583422,
            "stop": 1249583424
        },
        {
            "start": 1249583425,
            "stop": 1249583912
        },
        {
            "start": 1249583920,
            "stop": 1249583992
        },
        {
            "start": 1249583993,
            "stop": 1249583995
        },
        {
            "start": 1249583998,
            "stop": 1249584614
        },
        {
            "start": 1249584617,
            "stop": 1249584675
        },
        {
            "start": 1249584676,
            "stop": 1249584678
        },
        {
            "start": 1249584681,
            "stop": 1249584941
        },
        {
            "start": 1249584944,
            "stop": 1249584963
        },
        {
            "start": 1249584966,
            "stop": 1249585199
        },
        {
            "start": 1249585202,
            "stop": 1249585269
        },
        {
            "start": 1249585272,
            "stop": 1249585372
        },
        {
            "start": 1249585375,
            "stop": 1249585502
        },
        {
            "start": 1249585505,
            "stop": 1249585643
        }
    ]
}