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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=230",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=228",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 229,
    "results": [
        {
            "start": 820568146,
            "stop": 820569152
        },
        {
            "start": 820569159,
            "stop": 820569402
        },
        {
            "start": 820569409,
            "stop": 820569438
        },
        {
            "start": 820569445,
            "stop": 820572829
        },
        {
            "start": 820572836,
            "stop": 820573577
        },
        {
            "start": 820573585,
            "stop": 820573837
        },
        {
            "start": 820573844,
            "stop": 820577813
        },
        {
            "start": 820577820,
            "stop": 820578674
        },
        {
            "start": 820578682,
            "stop": 820582590
        },
        {
            "start": 820582597,
            "stop": 820585289
        },
        {
            "start": 820585297,
            "stop": 820587704
        },
        {
            "start": 820587712,
            "stop": 820589341
        },
        {
            "start": 820589350,
            "stop": 820595084
        },
        {
            "start": 820595265,
            "stop": 820596483
        },
        {
            "start": 820596490,
            "stop": 820597924
        },
        {
            "start": 820597932,
            "stop": 820598093
        },
        {
            "start": 820598100,
            "stop": 820598544
        },
        {
            "start": 820598551,
            "stop": 820599702
        },
        {
            "start": 820599709,
            "stop": 820600754
        },
        {
            "start": 820600761,
            "stop": 820601207
        }
    ]
}