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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40778",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40776",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40777,
    "results": [
        {
            "start": 874993427,
            "stop": 874993478
        },
        {
            "start": 874993480,
            "stop": 874993501
        },
        {
            "start": 874993502,
            "stop": 874993532
        },
        {
            "start": 874993533,
            "stop": 874993550
        },
        {
            "start": 874993551,
            "stop": 874993569
        },
        {
            "start": 874993570,
            "stop": 874993706
        },
        {
            "start": 874993707,
            "stop": 874993817
        },
        {
            "start": 874993818,
            "stop": 874993887
        },
        {
            "start": 874993888,
            "stop": 874993934
        },
        {
            "start": 874993936,
            "stop": 874993942
        },
        {
            "start": 874993943,
            "stop": 874993948
        },
        {
            "start": 874993949,
            "stop": 874994022
        },
        {
            "start": 874994023,
            "stop": 874994071
        },
        {
            "start": 874994072,
            "stop": 874994083
        },
        {
            "start": 874994084,
            "stop": 874994107
        },
        {
            "start": 874994108,
            "stop": 874994223
        },
        {
            "start": 874994224,
            "stop": 874994303
        },
        {
            "start": 874994304,
            "stop": 874994328
        },
        {
            "start": 874994329,
            "stop": 874994367
        },
        {
            "start": 874994368,
            "stop": 874994438
        }
    ]
}