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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=194",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=192",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 193,
    "results": [
        {
            "start": 820267622,
            "stop": 820267994
        },
        {
            "start": 820268000,
            "stop": 820268455
        },
        {
            "start": 820268462,
            "stop": 820268584
        },
        {
            "start": 820268604,
            "stop": 820268667
        },
        {
            "start": 820268672,
            "stop": 820268717
        },
        {
            "start": 820268724,
            "stop": 820268763
        },
        {
            "start": 820268770,
            "stop": 820268778
        },
        {
            "start": 820268784,
            "stop": 820268795
        },
        {
            "start": 820268800,
            "stop": 820268815
        },
        {
            "start": 820268823,
            "stop": 820268910
        },
        {
            "start": 820268915,
            "stop": 820268964
        },
        {
            "start": 820268987,
            "stop": 820268995
        },
        {
            "start": 820271867,
            "stop": 820274782
        },
        {
            "start": 820286741,
            "stop": 820308982
        },
        {
            "start": 820309611,
            "stop": 820316840
        },
        {
            "start": 820317364,
            "stop": 820326755
        },
        {
            "start": 820327652,
            "stop": 820327745
        },
        {
            "start": 820327751,
            "stop": 820327772
        },
        {
            "start": 820327777,
            "stop": 820327826
        },
        {
            "start": 820332363,
            "stop": 820332379
        }
    ]
}