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=1328
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=1329",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1327",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1328,
    "results": [
        {
            "start": 964017351,
            "stop": 964025864
        },
        {
            "start": 964025964,
            "stop": 964028906
        },
        {
            "start": 964029988,
            "stop": 964032456
        },
        {
            "start": 964032457,
            "stop": 964035276
        },
        {
            "start": 964035277,
            "stop": 964035712
        },
        {
            "start": 964035713,
            "stop": 964043202
        },
        {
            "start": 964043203,
            "stop": 964043808
        },
        {
            "start": 964044693,
            "stop": 964048804
        },
        {
            "start": 964048805,
            "stop": 964050221
        },
        {
            "start": 964050742,
            "stop": 964051926
        },
        {
            "start": 964051964,
            "stop": 964051966
        },
        {
            "start": 964051982,
            "stop": 964053364
        },
        {
            "start": 964053365,
            "stop": 964056215
        },
        {
            "start": 964056216,
            "stop": 964057145
        },
        {
            "start": 964057146,
            "stop": 964065967
        },
        {
            "start": 964065968,
            "stop": 964067607
        },
        {
            "start": 964067608,
            "stop": 964081823
        },
        {
            "start": 964081824,
            "stop": 964082434
        },
        {
            "start": 964082435,
            "stop": 964082571
        },
        {
            "start": 964082572,
            "stop": 964082937
        }
    ]
}