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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=25",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=23",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 24,
    "results": [
        {
            "start": 1369947226,
            "stop": 1369947239
        },
        {
            "start": 1369947244,
            "stop": 1369947250
        },
        {
            "start": 1369947255,
            "stop": 1369947267
        },
        {
            "start": 1369951467,
            "stop": 1369960914
        },
        {
            "start": 1369960919,
            "stop": 1369961679
        },
        {
            "start": 1369961684,
            "stop": 1369964661
        },
        {
            "start": 1369964666,
            "stop": 1369964679
        },
        {
            "start": 1369964684,
            "stop": 1369964701
        },
        {
            "start": 1369980477,
            "stop": 1369992823
        },
        {
            "start": 1369992828,
            "stop": 1369993124
        },
        {
            "start": 1369993129,
            "stop": 1369993950
        },
        {
            "start": 1369993955,
            "stop": 1369995112
        },
        {
            "start": 1369995117,
            "stop": 1369995128
        },
        {
            "start": 1369995133,
            "stop": 1369995156
        },
        {
            "start": 1369995161,
            "stop": 1369995626
        },
        {
            "start": 1369995631,
            "stop": 1369996068
        },
        {
            "start": 1369996072,
            "stop": 1369996088
        },
        {
            "start": 1369996093,
            "stop": 1369996219
        },
        {
            "start": 1369996224,
            "stop": 1369996491
        },
        {
            "start": 1369996496,
            "stop": 1369996790
        }
    ]
}