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=156
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=157",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=155",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 156,
    "results": [
        {
            "start": 1260845242,
            "stop": 1260845308
        },
        {
            "start": 1260845311,
            "stop": 1260846993
        },
        {
            "start": 1260846996,
            "stop": 1260848279
        },
        {
            "start": 1260848281,
            "stop": 1260848732
        },
        {
            "start": 1260848737,
            "stop": 1260849494
        },
        {
            "start": 1260849496,
            "stop": 1260851143
        },
        {
            "start": 1260851148,
            "stop": 1260851727
        },
        {
            "start": 1260851729,
            "stop": 1260851801
        },
        {
            "start": 1260851806,
            "stop": 1260851920
        },
        {
            "start": 1260851925,
            "stop": 1260853074
        },
        {
            "start": 1260853078,
            "stop": 1260853615
        },
        {
            "start": 1260853618,
            "stop": 1260853745
        },
        {
            "start": 1260853748,
            "stop": 1260854154
        },
        {
            "start": 1260854155,
            "stop": 1260854625
        },
        {
            "start": 1260854628,
            "stop": 1260855289
        },
        {
            "start": 1260855292,
            "stop": 1260855388
        },
        {
            "start": 1260855393,
            "stop": 1260858862
        },
        {
            "start": 1260858866,
            "stop": 1260863499
        },
        {
            "start": 1260863501,
            "stop": 1260864184
        },
        {
            "start": 1260864187,
            "stop": 1260864237
        }
    ]
}