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=615
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=616",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=614",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 615,
    "results": [
        {
            "start": 1265218780,
            "stop": 1265221804
        },
        {
            "start": 1265221808,
            "stop": 1265221940
        },
        {
            "start": 1265221942,
            "stop": 1265222479
        },
        {
            "start": 1265222481,
            "stop": 1265224269
        },
        {
            "start": 1265224273,
            "stop": 1265225886
        },
        {
            "start": 1265225888,
            "stop": 1265227356
        },
        {
            "start": 1265227358,
            "stop": 1265227674
        },
        {
            "start": 1265227679,
            "stop": 1265230476
        },
        {
            "start": 1265230479,
            "stop": 1265230505
        },
        {
            "start": 1265230508,
            "stop": 1265231842
        },
        {
            "start": 1265231844,
            "stop": 1265232311
        },
        {
            "start": 1265232314,
            "stop": 1265237408
        },
        {
            "start": 1265237412,
            "stop": 1265237688
        },
        {
            "start": 1265237690,
            "stop": 1265237695
        },
        {
            "start": 1265237698,
            "stop": 1265237702
        },
        {
            "start": 1265237704,
            "stop": 1265238218
        },
        {
            "start": 1265238220,
            "stop": 1265238225
        },
        {
            "start": 1265238228,
            "stop": 1265238230
        },
        {
            "start": 1265238233,
            "stop": 1265238235
        },
        {
            "start": 1265238237,
            "stop": 1265238394
        }
    ]
}