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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=215",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=213",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 214,
    "results": [
        {
            "start": 931457515,
            "stop": 931457519
        },
        {
            "start": 931457522,
            "stop": 931457523
        },
        {
            "start": 931457525,
            "stop": 931457529
        },
        {
            "start": 931457533,
            "stop": 931457534
        },
        {
            "start": 931457539,
            "stop": 931457541
        },
        {
            "start": 931457549,
            "stop": 931457554
        },
        {
            "start": 931457556,
            "stop": 931457564
        },
        {
            "start": 931457575,
            "stop": 931457576
        },
        {
            "start": 931457580,
            "stop": 931457582
        },
        {
            "start": 931457584,
            "stop": 931457589
        },
        {
            "start": 931457592,
            "stop": 931457595
        },
        {
            "start": 931457599,
            "stop": 931457600
        },
        {
            "start": 931457603,
            "stop": 931457605
        },
        {
            "start": 931457607,
            "stop": 931457612
        },
        {
            "start": 931457617,
            "stop": 931457620
        },
        {
            "start": 931457622,
            "stop": 931457627
        },
        {
            "start": 931457630,
            "stop": 931457634
        },
        {
            "start": 931457641,
            "stop": 931457642
        },
        {
            "start": 931457650,
            "stop": 931457651
        },
        {
            "start": 931457653,
            "stop": 931457657
        }
    ]
}