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=91
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=92",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=90",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 91,
    "results": [
        {
            "start": 819772860,
            "stop": 819773153
        },
        {
            "start": 819773156,
            "stop": 819773525
        },
        {
            "start": 819773528,
            "stop": 819774240
        },
        {
            "start": 819774360,
            "stop": 819776567
        },
        {
            "start": 819776570,
            "stop": 819776611
        },
        {
            "start": 819776614,
            "stop": 819776901
        },
        {
            "start": 819776905,
            "stop": 819777685
        },
        {
            "start": 819777688,
            "stop": 819777877
        },
        {
            "start": 819777880,
            "stop": 819778783
        },
        {
            "start": 819778787,
            "stop": 819779668
        },
        {
            "start": 819779672,
            "stop": 819780314
        },
        {
            "start": 819780317,
            "stop": 819780929
        },
        {
            "start": 819780932,
            "stop": 819781783
        },
        {
            "start": 819781786,
            "stop": 819782451
        },
        {
            "start": 819782455,
            "stop": 819784150
        },
        {
            "start": 819784154,
            "stop": 819786213
        },
        {
            "start": 819786216,
            "stop": 819786296
        },
        {
            "start": 819786300,
            "stop": 819786506
        },
        {
            "start": 819786509,
            "stop": 819789912
        },
        {
            "start": 819791652,
            "stop": 819792045
        }
    ]
}