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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT1/segments?format=api&page=167",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT1/segments?format=api&page=165",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 166,
    "results": [
        {
            "start": 1419303836,
            "stop": 1419303850
        },
        {
            "start": 1419303852,
            "stop": 1419306050
        },
        {
            "start": 1419306055,
            "stop": 1419306270
        },
        {
            "start": 1419306278,
            "stop": 1419310094
        },
        {
            "start": 1419310099,
            "stop": 1419312046
        },
        {
            "start": 1419312050,
            "stop": 1419312289
        },
        {
            "start": 1419312290,
            "stop": 1419312292
        },
        {
            "start": 1419312294,
            "stop": 1419314051
        },
        {
            "start": 1419314052,
            "stop": 1419314480
        },
        {
            "start": 1419314482,
            "stop": 1419315909
        },
        {
            "start": 1419315911,
            "stop": 1419316209
        },
        {
            "start": 1419316211,
            "stop": 1419316632
        },
        {
            "start": 1419316634,
            "stop": 1419317791
        },
        {
            "start": 1419317793,
            "stop": 1419317801
        },
        {
            "start": 1419317803,
            "stop": 1419323973
        },
        {
            "start": 1419323975,
            "stop": 1419327374
        },
        {
            "start": 1419329139,
            "stop": 1419332814
        },
        {
            "start": 1419332822,
            "stop": 1419334871
        },
        {
            "start": 1419334872,
            "stop": 1419339626
        },
        {
            "start": 1419346043,
            "stop": 1419347455
        }
    ]
}