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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=142",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=140",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 141,
    "results": [
        {
            "start": 840365814,
            "stop": 840367016
        },
        {
            "start": 840367700,
            "stop": 840370724
        },
        {
            "start": 840371087,
            "stop": 840374583
        },
        {
            "start": 840375620,
            "stop": 840375997
        },
        {
            "start": 840376097,
            "stop": 840376669
        },
        {
            "start": 840378688,
            "stop": 840379930
        },
        {
            "start": 840380539,
            "stop": 840382083
        },
        {
            "start": 840442150,
            "stop": 840451228
        },
        {
            "start": 840451425,
            "stop": 840457576
        },
        {
            "start": 840457861,
            "stop": 840462543
        },
        {
            "start": 840465742,
            "stop": 840465952
        },
        {
            "start": 840466225,
            "stop": 840466671
        },
        {
            "start": 840466793,
            "stop": 840466815
        },
        {
            "start": 840467925,
            "stop": 840469390
        },
        {
            "start": 840469411,
            "stop": 840470165
        },
        {
            "start": 840470248,
            "stop": 840470779
        },
        {
            "start": 840470845,
            "stop": 840476817
        },
        {
            "start": 840476945,
            "stop": 840477603
        },
        {
            "start": 840477777,
            "stop": 840478285
        },
        {
            "start": 840478343,
            "stop": 840478444
        }
    ]
}