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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=228",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=226",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 227,
    "results": [
        {
            "start": 817781688,
            "stop": 817781706
        },
        {
            "start": 817781735,
            "stop": 817781806
        },
        {
            "start": 817784015,
            "stop": 817784053
        },
        {
            "start": 817784074,
            "stop": 817784082
        },
        {
            "start": 817784111,
            "stop": 817784309
        },
        {
            "start": 817784328,
            "stop": 817784417
        },
        {
            "start": 817784458,
            "stop": 817784871
        },
        {
            "start": 817784911,
            "stop": 817785193
        },
        {
            "start": 817785212,
            "stop": 817785305
        },
        {
            "start": 817785322,
            "stop": 817785647
        },
        {
            "start": 817785667,
            "stop": 817786249
        },
        {
            "start": 817786266,
            "stop": 817786323
        },
        {
            "start": 817786342,
            "stop": 817786642
        },
        {
            "start": 817786659,
            "stop": 817787088
        },
        {
            "start": 817787108,
            "stop": 817787171
        },
        {
            "start": 817787188,
            "stop": 817787336
        },
        {
            "start": 817787353,
            "stop": 817787510
        },
        {
            "start": 817787527,
            "stop": 817787717
        },
        {
            "start": 817787736,
            "stop": 817789496
        },
        {
            "start": 817789516,
            "stop": 817790139
        }
    ]
}