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=1342
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=1343",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1341",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1342,
    "results": [
        {
            "start": 964906272,
            "stop": 964906285
        },
        {
            "start": 964906286,
            "stop": 964906295
        },
        {
            "start": 964906296,
            "stop": 964906308
        },
        {
            "start": 964906309,
            "stop": 964906312
        },
        {
            "start": 964906314,
            "stop": 964906340
        },
        {
            "start": 964906341,
            "stop": 964906349
        },
        {
            "start": 964906350,
            "stop": 964906371
        },
        {
            "start": 964906372,
            "stop": 964906380
        },
        {
            "start": 964906381,
            "stop": 964906396
        },
        {
            "start": 964906398,
            "stop": 964906421
        },
        {
            "start": 964906423,
            "stop": 964906458
        },
        {
            "start": 964906459,
            "stop": 964906526
        },
        {
            "start": 964906527,
            "stop": 964906537
        },
        {
            "start": 964906538,
            "stop": 964906635
        },
        {
            "start": 964906636,
            "stop": 964906677
        },
        {
            "start": 964906679,
            "stop": 964906744
        },
        {
            "start": 964908255,
            "stop": 964908857
        },
        {
            "start": 964908858,
            "stop": 964919851
        },
        {
            "start": 964920020,
            "stop": 964923650
        },
        {
            "start": 964923651,
            "stop": 964947786
        }
    ]
}