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/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=63
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=64",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=62",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 63,
    "results": [
        {
            "start": 931565952,
            "stop": 931565954
        },
        {
            "start": 931565961,
            "stop": 931566001
        },
        {
            "start": 931566014,
            "stop": 931566048
        },
        {
            "start": 931566056,
            "stop": 931566131
        },
        {
            "start": 931566138,
            "stop": 931566153
        },
        {
            "start": 931566160,
            "stop": 931566185
        },
        {
            "start": 931566192,
            "stop": 931566195
        },
        {
            "start": 931566212,
            "stop": 931566217
        },
        {
            "start": 931566236,
            "stop": 931566243
        },
        {
            "start": 931566257,
            "stop": 931566275
        },
        {
            "start": 931566282,
            "stop": 931566289
        },
        {
            "start": 931566298,
            "stop": 931566314
        },
        {
            "start": 931566320,
            "stop": 931566321
        },
        {
            "start": 931566328,
            "stop": 931566331
        },
        {
            "start": 931589733,
            "stop": 931589737
        },
        {
            "start": 931589748,
            "stop": 931589751
        },
        {
            "start": 931589802,
            "stop": 931589805
        },
        {
            "start": 931589851,
            "stop": 931589852
        },
        {
            "start": 931589859,
            "stop": 931589869
        },
        {
            "start": 931589902,
            "stop": 931589903
        }
    ]
}