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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=292",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=290",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 291,
    "results": [
        {
            "start": 931595304,
            "stop": 931595305
        },
        {
            "start": 931595307,
            "stop": 931595311
        },
        {
            "start": 931595314,
            "stop": 931595315
        },
        {
            "start": 931595541,
            "stop": 931595542
        },
        {
            "start": 931595546,
            "stop": 931595548
        },
        {
            "start": 931595553,
            "stop": 931595557
        },
        {
            "start": 931595607,
            "stop": 931595608
        },
        {
            "start": 931596640,
            "stop": 931596646
        },
        {
            "start": 931596684,
            "stop": 931596686
        },
        {
            "start": 931596824,
            "stop": 931596826
        },
        {
            "start": 931597602,
            "stop": 931597603
        },
        {
            "start": 931597605,
            "stop": 931597608
        },
        {
            "start": 931597743,
            "stop": 931597746
        },
        {
            "start": 931597749,
            "stop": 931597751
        },
        {
            "start": 931597754,
            "stop": 931597760
        },
        {
            "start": 931597762,
            "stop": 931597768
        },
        {
            "start": 931597770,
            "stop": 931597772
        },
        {
            "start": 931597964,
            "stop": 931597965
        },
        {
            "start": 931598087,
            "stop": 931598088
        },
        {
            "start": 931598093,
            "stop": 931598095
        }
    ]
}