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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=614",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=612",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 613,
    "results": [
        {
            "start": 1265152113,
            "stop": 1265152964
        },
        {
            "start": 1265153188,
            "stop": 1265154021
        },
        {
            "start": 1265154023,
            "stop": 1265159366
        },
        {
            "start": 1265159371,
            "stop": 1265165041
        },
        {
            "start": 1265165045,
            "stop": 1265166503
        },
        {
            "start": 1265166505,
            "stop": 1265166522
        },
        {
            "start": 1265166523,
            "stop": 1265166524
        },
        {
            "start": 1265166526,
            "stop": 1265166589
        },
        {
            "start": 1265166590,
            "stop": 1265169492
        },
        {
            "start": 1265169493,
            "stop": 1265169770
        },
        {
            "start": 1265169773,
            "stop": 1265170030
        },
        {
            "start": 1265170031,
            "stop": 1265170070
        },
        {
            "start": 1265170072,
            "stop": 1265170860
        },
        {
            "start": 1265170863,
            "stop": 1265171188
        },
        {
            "start": 1265171193,
            "stop": 1265172871
        },
        {
            "start": 1265172874,
            "stop": 1265174555
        },
        {
            "start": 1265174557,
            "stop": 1265177234
        },
        {
            "start": 1265177237,
            "stop": 1265179148
        },
        {
            "start": 1265179153,
            "stop": 1265181219
        },
        {
            "start": 1265181223,
            "stop": 1265185833
        }
    ]
}