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=186
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=187",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=185",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 186,
    "results": [
        {
            "start": 931433988,
            "stop": 931433990
        },
        {
            "start": 931433992,
            "stop": 931433996
        },
        {
            "start": 931433998,
            "stop": 931434001
        },
        {
            "start": 931434003,
            "stop": 931434007
        },
        {
            "start": 931434009,
            "stop": 931434010
        },
        {
            "start": 931434012,
            "stop": 931434017
        },
        {
            "start": 931434023,
            "stop": 931434029
        },
        {
            "start": 931434031,
            "stop": 931434033
        },
        {
            "start": 931434035,
            "stop": 931434039
        },
        {
            "start": 931434041,
            "stop": 931434047
        },
        {
            "start": 931434049,
            "stop": 931434051
        },
        {
            "start": 931434060,
            "stop": 931434062
        },
        {
            "start": 931434064,
            "stop": 931434067
        },
        {
            "start": 931434073,
            "stop": 931434094
        },
        {
            "start": 931434097,
            "stop": 931434100
        },
        {
            "start": 931434103,
            "stop": 931434110
        },
        {
            "start": 931434112,
            "stop": 931434128
        },
        {
            "start": 931434129,
            "stop": 931434133
        },
        {
            "start": 931434139,
            "stop": 931434142
        },
        {
            "start": 931434147,
            "stop": 931434149
        }
    ]
}