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=648
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=649",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=647",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 648,
    "results": [
        {
            "start": 1265853528,
            "stop": 1265853824
        },
        {
            "start": 1265853827,
            "stop": 1265854111
        },
        {
            "start": 1265854116,
            "stop": 1265854185
        },
        {
            "start": 1265854190,
            "stop": 1265854501
        },
        {
            "start": 1265854507,
            "stop": 1265854699
        },
        {
            "start": 1265854704,
            "stop": 1265855097
        },
        {
            "start": 1265855102,
            "stop": 1265855431
        },
        {
            "start": 1265855436,
            "stop": 1265855490
        },
        {
            "start": 1265855495,
            "stop": 1265855755
        },
        {
            "start": 1265855760,
            "stop": 1265855911
        },
        {
            "start": 1265855916,
            "stop": 1265856065
        },
        {
            "start": 1265856067,
            "stop": 1265856339
        },
        {
            "start": 1265856344,
            "stop": 1265856977
        },
        {
            "start": 1265856982,
            "stop": 1265857015
        },
        {
            "start": 1265857020,
            "stop": 1265857382
        },
        {
            "start": 1265857386,
            "stop": 1265857608
        },
        {
            "start": 1265857613,
            "stop": 1265857770
        },
        {
            "start": 1265857775,
            "stop": 1265858886
        },
        {
            "start": 1265858891,
            "stop": 1265859191
        },
        {
            "start": 1265859196,
            "stop": 1265859199
        }
    ]
}