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=316
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=317",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=315",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 316,
    "results": [
        {
            "start": 1263874991,
            "stop": 1263875876
        },
        {
            "start": 1263875880,
            "stop": 1263876476
        },
        {
            "start": 1263876477,
            "stop": 1263876484
        },
        {
            "start": 1263876486,
            "stop": 1263876625
        },
        {
            "start": 1263876629,
            "stop": 1263876650
        },
        {
            "start": 1263876653,
            "stop": 1263876860
        },
        {
            "start": 1263876862,
            "stop": 1263877049
        },
        {
            "start": 1263877050,
            "stop": 1263877061
        },
        {
            "start": 1263877064,
            "stop": 1263877802
        },
        {
            "start": 1263877804,
            "stop": 1263877806
        },
        {
            "start": 1263877811,
            "stop": 1263877817
        },
        {
            "start": 1263877819,
            "stop": 1263878007
        },
        {
            "start": 1263878009,
            "stop": 1263878024
        },
        {
            "start": 1263878026,
            "stop": 1263878043
        },
        {
            "start": 1263878045,
            "stop": 1263878147
        },
        {
            "start": 1263878150,
            "stop": 1263878315
        },
        {
            "start": 1263878323,
            "stop": 1263878497
        },
        {
            "start": 1263878499,
            "stop": 1263878858
        },
        {
            "start": 1263878859,
            "stop": 1263878878
        },
        {
            "start": 1263878879,
            "stop": 1263878912
        }
    ]
}