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_CBCLOW_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_CBCLOW_CAT4/segments?format=api&page=187",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=185",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 186,
    "results": [
        {
            "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
        },
        {
            "start": 931434151,
            "stop": 931434155
        },
        {
            "start": 931434156,
            "stop": 931434162
        },
        {
            "start": 931434164,
            "stop": 931434165
        },
        {
            "start": 931434167,
            "stop": 931434181
        },
        {
            "start": 931434182,
            "stop": 931434183
        }
    ]
}