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=51
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=52",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=50",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 51,
    "results": [
        {
            "start": 931510264,
            "stop": 931510287
        },
        {
            "start": 931510299,
            "stop": 931510322
        },
        {
            "start": 931510329,
            "stop": 931510330
        },
        {
            "start": 931510342,
            "stop": 931510343
        },
        {
            "start": 931510353,
            "stop": 931510368
        },
        {
            "start": 931510375,
            "stop": 931510379
        },
        {
            "start": 931510391,
            "stop": 931510395
        },
        {
            "start": 931510402,
            "stop": 931510411
        },
        {
            "start": 931510418,
            "stop": 931510442
        },
        {
            "start": 931510449,
            "stop": 931510463
        },
        {
            "start": 931510473,
            "stop": 931510497
        },
        {
            "start": 931510504,
            "stop": 931510507
        },
        {
            "start": 931510514,
            "stop": 931510533
        },
        {
            "start": 931510540,
            "stop": 931510548
        },
        {
            "start": 931510555,
            "stop": 931510561
        },
        {
            "start": 931510568,
            "stop": 931510582
        },
        {
            "start": 931510590,
            "stop": 931510610
        },
        {
            "start": 931510617,
            "stop": 931510628
        },
        {
            "start": 931510635,
            "stop": 931510648
        },
        {
            "start": 931510655,
            "stop": 931510672
        }
    ]
}