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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=38",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=36",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 37,
    "results": [
        {
            "start": 1400432637,
            "stop": 1400433768
        },
        {
            "start": 1400433771,
            "stop": 1400434773
        },
        {
            "start": 1400435140,
            "stop": 1400437317
        },
        {
            "start": 1400437381,
            "stop": 1400437452
        },
        {
            "start": 1400437454,
            "stop": 1400437732
        },
        {
            "start": 1400437738,
            "stop": 1400438510
        },
        {
            "start": 1400438562,
            "stop": 1400438621
        },
        {
            "start": 1400438685,
            "stop": 1400439277
        },
        {
            "start": 1400439357,
            "stop": 1400442933
        },
        {
            "start": 1400442938,
            "stop": 1400450494
        },
        {
            "start": 1400450495,
            "stop": 1400451589
        },
        {
            "start": 1400451653,
            "stop": 1400454669
        },
        {
            "start": 1400454717,
            "stop": 1400456437
        },
        {
            "start": 1400456501,
            "stop": 1400461030
        },
        {
            "start": 1400461033,
            "stop": 1400480196
        },
        {
            "start": 1400480199,
            "stop": 1400483866
        },
        {
            "start": 1400483868,
            "stop": 1400490749
        },
        {
            "start": 1400505689,
            "stop": 1400508619
        },
        {
            "start": 1400508622,
            "stop": 1400513420
        },
        {
            "start": 1400527406,
            "stop": 1400528469
        }
    ]
}