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=15725
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=15726",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15724",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15725,
    "results": [
        {
            "start": 971165268,
            "stop": 971165271
        },
        {
            "start": 971165274,
            "stop": 971165275
        },
        {
            "start": 971165276,
            "stop": 971165279
        },
        {
            "start": 971165282,
            "stop": 971165285
        },
        {
            "start": 971165287,
            "stop": 971165288
        },
        {
            "start": 971165289,
            "stop": 971165290
        },
        {
            "start": 971165293,
            "stop": 971165294
        },
        {
            "start": 971165297,
            "stop": 971165300
        },
        {
            "start": 971165302,
            "stop": 971165306
        },
        {
            "start": 971165312,
            "stop": 971165314
        },
        {
            "start": 971165318,
            "stop": 971165320
        },
        {
            "start": 971165323,
            "stop": 971165325
        },
        {
            "start": 971165326,
            "stop": 971165334
        },
        {
            "start": 971165336,
            "stop": 971165337
        },
        {
            "start": 971165340,
            "stop": 971165341
        },
        {
            "start": 971165343,
            "stop": 971165347
        },
        {
            "start": 971165357,
            "stop": 971165359
        },
        {
            "start": 971165361,
            "stop": 971165364
        },
        {
            "start": 971165369,
            "stop": 971165370
        },
        {
            "start": 971165372,
            "stop": 971165373
        }
    ]
}