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/S6/timelines/H1_BURST_CAT3/segments?format=api&page=186
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=187",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=185",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 186,
    "results": [
        {
            "start": 931455528,
            "stop": 931455531
        },
        {
            "start": 931455533,
            "stop": 931455543
        },
        {
            "start": 931455544,
            "stop": 931455568
        },
        {
            "start": 931455573,
            "stop": 931455584
        },
        {
            "start": 931455587,
            "stop": 931455649
        },
        {
            "start": 931455653,
            "stop": 931455689
        },
        {
            "start": 931455691,
            "stop": 931455694
        },
        {
            "start": 931455696,
            "stop": 931455747
        },
        {
            "start": 931455748,
            "stop": 931455754
        },
        {
            "start": 931455756,
            "stop": 931455759
        },
        {
            "start": 931455761,
            "stop": 931455767
        },
        {
            "start": 931455768,
            "stop": 931455775
        },
        {
            "start": 931455776,
            "stop": 931455781
        },
        {
            "start": 931455784,
            "stop": 931455798
        },
        {
            "start": 931455802,
            "stop": 931455813
        },
        {
            "start": 931455814,
            "stop": 931455850
        },
        {
            "start": 931455853,
            "stop": 931455855
        },
        {
            "start": 931455857,
            "stop": 931455874
        },
        {
            "start": 931455875,
            "stop": 931455876
        },
        {
            "start": 931455878,
            "stop": 931455886
        }
    ]
}