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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2970",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2968",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 2969,
    "results": [
        {
            "start": 860737562,
            "stop": 860737611
        },
        {
            "start": 860737630,
            "stop": 860740018
        },
        {
            "start": 860740023,
            "stop": 860743423
        },
        {
            "start": 860744415,
            "stop": 860753520
        },
        {
            "start": 860753580,
            "stop": 860759598
        },
        {
            "start": 860761092,
            "stop": 860767260
        },
        {
            "start": 860767320,
            "stop": 860767920
        },
        {
            "start": 860767980,
            "stop": 860768700
        },
        {
            "start": 860769180,
            "stop": 860769240
        },
        {
            "start": 860769540,
            "stop": 860769660
        },
        {
            "start": 860769720,
            "stop": 860769840
        },
        {
            "start": 860770020,
            "stop": 860772088
        },
        {
            "start": 860772092,
            "stop": 860774256
        },
        {
            "start": 860774374,
            "stop": 860774578
        },
        {
            "start": 860774581,
            "stop": 860775000
        },
        {
            "start": 860775060,
            "stop": 860778300
        },
        {
            "start": 860778360,
            "stop": 860781840
        },
        {
            "start": 860781900,
            "stop": 860782304
        },
        {
            "start": 860782485,
            "stop": 860783330
        },
        {
            "start": 860783335,
            "stop": 860783785
        }
    ]
}