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=206
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=207",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=205",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 206,
    "results": [
        {
            "start": 931486594,
            "stop": 931486652
        },
        {
            "start": 931486654,
            "stop": 931486689
        },
        {
            "start": 931486691,
            "stop": 931486698
        },
        {
            "start": 931486702,
            "stop": 931486716
        },
        {
            "start": 931486718,
            "stop": 931486725
        },
        {
            "start": 931486726,
            "stop": 931486728
        },
        {
            "start": 931486729,
            "stop": 931486736
        },
        {
            "start": 931486737,
            "stop": 931486840
        },
        {
            "start": 931486842,
            "stop": 931486853
        },
        {
            "start": 931486854,
            "stop": 931486926
        },
        {
            "start": 931486927,
            "stop": 931487059
        },
        {
            "start": 931487060,
            "stop": 931487064
        },
        {
            "start": 931487069,
            "stop": 931487070
        },
        {
            "start": 931487072,
            "stop": 931487073
        },
        {
            "start": 931487077,
            "stop": 931487085
        },
        {
            "start": 931487092,
            "stop": 931487096
        },
        {
            "start": 931487101,
            "stop": 931487102
        },
        {
            "start": 931487106,
            "stop": 931487109
        },
        {
            "start": 931487110,
            "stop": 931487112
        },
        {
            "start": 931487114,
            "stop": 931487124
        }
    ]
}