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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=247",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=245",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 246,
    "results": [
        {
            "start": 818217865,
            "stop": 818217866
        },
        {
            "start": 818217875,
            "stop": 818217876
        },
        {
            "start": 818217881,
            "stop": 818217885
        },
        {
            "start": 818217890,
            "stop": 818217891
        },
        {
            "start": 818217900,
            "stop": 818217904
        },
        {
            "start": 818217930,
            "stop": 818217932
        },
        {
            "start": 818217962,
            "stop": 818217966
        },
        {
            "start": 818217995,
            "stop": 818217998
        },
        {
            "start": 818218013,
            "stop": 818218014
        },
        {
            "start": 818218018,
            "stop": 818218020
        },
        {
            "start": 818218038,
            "stop": 818218044
        },
        {
            "start": 818218057,
            "stop": 818218059
        },
        {
            "start": 818218062,
            "stop": 818218070
        },
        {
            "start": 818218077,
            "stop": 818218078
        },
        {
            "start": 818218088,
            "stop": 818218096
        },
        {
            "start": 818218099,
            "stop": 818218100
        },
        {
            "start": 818218125,
            "stop": 818218126
        },
        {
            "start": 818218133,
            "stop": 818218141
        },
        {
            "start": 818218147,
            "stop": 818218148
        },
        {
            "start": 818218156,
            "stop": 818218157
        }
    ]
}