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=205
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=206",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=204",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 205,
    "results": [
        {
            "start": 931485470,
            "stop": 931485518
        },
        {
            "start": 931485520,
            "stop": 931485529
        },
        {
            "start": 931485531,
            "stop": 931485597
        },
        {
            "start": 931485599,
            "stop": 931485603
        },
        {
            "start": 931485605,
            "stop": 931485613
        },
        {
            "start": 931485975,
            "stop": 931485997
        },
        {
            "start": 931485998,
            "stop": 931486030
        },
        {
            "start": 931486031,
            "stop": 931486191
        },
        {
            "start": 931486193,
            "stop": 931486217
        },
        {
            "start": 931486220,
            "stop": 931486232
        },
        {
            "start": 931486233,
            "stop": 931486288
        },
        {
            "start": 931486289,
            "stop": 931486297
        },
        {
            "start": 931486298,
            "stop": 931486365
        },
        {
            "start": 931486366,
            "stop": 931486390
        },
        {
            "start": 931486391,
            "stop": 931486426
        },
        {
            "start": 931486427,
            "stop": 931486451
        },
        {
            "start": 931486452,
            "stop": 931486455
        },
        {
            "start": 931486457,
            "stop": 931486555
        },
        {
            "start": 931486556,
            "stop": 931486564
        },
        {
            "start": 931486565,
            "stop": 931486592
        }
    ]
}