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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1187",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1185",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1186,
    "results": [
        {
            "start": 952811241,
            "stop": 952812156
        },
        {
            "start": 952812157,
            "stop": 952813546
        },
        {
            "start": 952813548,
            "stop": 952816693
        },
        {
            "start": 952817422,
            "stop": 952822055
        },
        {
            "start": 952822057,
            "stop": 952825002
        },
        {
            "start": 952825004,
            "stop": 952827245
        },
        {
            "start": 952829782,
            "stop": 952837720
        },
        {
            "start": 952837722,
            "stop": 952837930
        },
        {
            "start": 952837932,
            "stop": 952838171
        },
        {
            "start": 952838173,
            "stop": 952839350
        },
        {
            "start": 952839352,
            "stop": 952840558
        },
        {
            "start": 952840560,
            "stop": 952841915
        },
        {
            "start": 952841917,
            "stop": 952843192
        },
        {
            "start": 952843194,
            "stop": 952846261
        },
        {
            "start": 952846262,
            "stop": 952849761
        },
        {
            "start": 952849762,
            "stop": 952851603
        },
        {
            "start": 952851605,
            "stop": 952851803
        },
        {
            "start": 952851805,
            "stop": 952851806
        },
        {
            "start": 952851808,
            "stop": 952852780
        },
        {
            "start": 952852782,
            "stop": 952853427
        }
    ]
}