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=672
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=673",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=671",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 672,
    "results": [
        {
            "start": 1266322810,
            "stop": 1266322938
        },
        {
            "start": 1266322943,
            "stop": 1266323131
        },
        {
            "start": 1266323136,
            "stop": 1266323614
        },
        {
            "start": 1266323619,
            "stop": 1266324970
        },
        {
            "start": 1266324975,
            "stop": 1266325767
        },
        {
            "start": 1266325772,
            "stop": 1266326148
        },
        {
            "start": 1266326153,
            "stop": 1266326185
        },
        {
            "start": 1266326190,
            "stop": 1266326525
        },
        {
            "start": 1266326530,
            "stop": 1266326832
        },
        {
            "start": 1266326837,
            "stop": 1266327131
        },
        {
            "start": 1266327136,
            "stop": 1266327265
        },
        {
            "start": 1266327270,
            "stop": 1266327745
        },
        {
            "start": 1266327750,
            "stop": 1266328064
        },
        {
            "start": 1266328069,
            "stop": 1266328638
        },
        {
            "start": 1266328639,
            "stop": 1266328685
        },
        {
            "start": 1266328686,
            "stop": 1266328831
        },
        {
            "start": 1266328832,
            "stop": 1266329062
        },
        {
            "start": 1266329067,
            "stop": 1266329134
        },
        {
            "start": 1266329138,
            "stop": 1266329231
        },
        {
            "start": 1266329236,
            "stop": 1266329434
        }
    ]
}