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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=138",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=136",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 137,
    "results": [
        {
            "start": 1260259361,
            "stop": 1260259915
        },
        {
            "start": 1260259920,
            "stop": 1260262325
        },
        {
            "start": 1260262330,
            "stop": 1260262499
        },
        {
            "start": 1260262504,
            "stop": 1260262817
        },
        {
            "start": 1260262822,
            "stop": 1260262844
        },
        {
            "start": 1260262849,
            "stop": 1260263015
        },
        {
            "start": 1260263020,
            "stop": 1260264608
        },
        {
            "start": 1260264613,
            "stop": 1260266255
        },
        {
            "start": 1260266260,
            "stop": 1260269883
        },
        {
            "start": 1260269888,
            "stop": 1260270237
        },
        {
            "start": 1260270242,
            "stop": 1260271032
        },
        {
            "start": 1260271036,
            "stop": 1260271907
        },
        {
            "start": 1260271911,
            "stop": 1260272334
        },
        {
            "start": 1260272339,
            "stop": 1260272691
        },
        {
            "start": 1260272696,
            "stop": 1260273121
        },
        {
            "start": 1260273126,
            "stop": 1260273178
        },
        {
            "start": 1260273183,
            "stop": 1260273474
        },
        {
            "start": 1260273476,
            "stop": 1260274563
        },
        {
            "start": 1260274568,
            "stop": 1260274906
        },
        {
            "start": 1260274911,
            "stop": 1260274954
        }
    ]
}