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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=272",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=270",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 271,
    "results": [
        {
            "start": 856294855,
            "stop": 856295091
        },
        {
            "start": 856295201,
            "stop": 856295578
        },
        {
            "start": 856296114,
            "stop": 856305142
        },
        {
            "start": 856305161,
            "stop": 856305163
        },
        {
            "start": 856305182,
            "stop": 856305220
        },
        {
            "start": 856305241,
            "stop": 856309457
        },
        {
            "start": 856309663,
            "stop": 856319360
        },
        {
            "start": 856319906,
            "stop": 856320153
        },
        {
            "start": 856321453,
            "stop": 856322026
        },
        {
            "start": 856323080,
            "stop": 856323450
        },
        {
            "start": 856323690,
            "stop": 856323747
        },
        {
            "start": 856323857,
            "stop": 856324556
        },
        {
            "start": 856324856,
            "stop": 856330830
        },
        {
            "start": 856331467,
            "stop": 856369818
        },
        {
            "start": 856369959,
            "stop": 856372256
        },
        {
            "start": 856372275,
            "stop": 856380532
        },
        {
            "start": 856380553,
            "stop": 856382716
        },
        {
            "start": 856384562,
            "stop": 856395987
        },
        {
            "start": 856397631,
            "stop": 856401667
        },
        {
            "start": 856401967,
            "stop": 856401980
        }
    ]
}