Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=14
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=15",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=13",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 14,
    "results": [
        {
            "start": 931132484,
            "stop": 931132668
        },
        {
            "start": 931132670,
            "stop": 931132674
        },
        {
            "start": 931132677,
            "stop": 931132697
        },
        {
            "start": 931132701,
            "stop": 931132702
        },
        {
            "start": 931132704,
            "stop": 931132712
        },
        {
            "start": 931132719,
            "stop": 931132723
        },
        {
            "start": 931132725,
            "stop": 931132739
        },
        {
            "start": 931132741,
            "stop": 931132811
        },
        {
            "start": 931132812,
            "stop": 931132815
        },
        {
            "start": 931134040,
            "stop": 931134041
        },
        {
            "start": 931134043,
            "stop": 931134044
        },
        {
            "start": 931134046,
            "stop": 931134057
        },
        {
            "start": 931134555,
            "stop": 931134584
        },
        {
            "start": 931134586,
            "stop": 931134590
        },
        {
            "start": 931134591,
            "stop": 931134593
        },
        {
            "start": 931134594,
            "stop": 931134601
        },
        {
            "start": 931134603,
            "stop": 931134607
        },
        {
            "start": 931134609,
            "stop": 931134625
        },
        {
            "start": 931134627,
            "stop": 931134632
        },
        {
            "start": 931134636,
            "stop": 931134638
        }
    ]
}