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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=472",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=470",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 471,
    "results": [
        {
            "start": 865198854,
            "stop": 865198876
        },
        {
            "start": 865198878,
            "stop": 865198879
        },
        {
            "start": 865198882,
            "stop": 865199399
        },
        {
            "start": 865199509,
            "stop": 865199686
        },
        {
            "start": 865199986,
            "stop": 865200163
        },
        {
            "start": 865200165,
            "stop": 865200183
        },
        {
            "start": 865200186,
            "stop": 865200196
        },
        {
            "start": 865200306,
            "stop": 865200325
        },
        {
            "start": 865200933,
            "stop": 865200957
        },
        {
            "start": 865200958,
            "stop": 865201059
        },
        {
            "start": 865201061,
            "stop": 865201080
        },
        {
            "start": 865201140,
            "stop": 865201226
        },
        {
            "start": 865201227,
            "stop": 865201235
        },
        {
            "start": 865201236,
            "stop": 865201290
        },
        {
            "start": 865201292,
            "stop": 865201423
        },
        {
            "start": 865201798,
            "stop": 865201833
        },
        {
            "start": 865219366,
            "stop": 865258920
        },
        {
            "start": 865258980,
            "stop": 865259160
        },
        {
            "start": 865259220,
            "stop": 865263699
        },
        {
            "start": 865263701,
            "stop": 865263825
        }
    ]
}