Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=40
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=41",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=39",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 40,
    "results": [
        {
            "start": 817305076,
            "stop": 817305569
        },
        {
            "start": 817305573,
            "stop": 817305654
        },
        {
            "start": 817305657,
            "stop": 817305862
        },
        {
            "start": 817305865,
            "stop": 817306010
        },
        {
            "start": 817306013,
            "stop": 817306026
        },
        {
            "start": 817306029,
            "stop": 817306157
        },
        {
            "start": 817306162,
            "stop": 817306240
        },
        {
            "start": 817306245,
            "stop": 817306260
        },
        {
            "start": 817306263,
            "stop": 817306483
        },
        {
            "start": 817306488,
            "stop": 817306574
        },
        {
            "start": 817306582,
            "stop": 817306605
        },
        {
            "start": 817306609,
            "stop": 817306610
        },
        {
            "start": 817306613,
            "stop": 817306615
        },
        {
            "start": 817306619,
            "stop": 817306633
        },
        {
            "start": 817306658,
            "stop": 817306659
        },
        {
            "start": 817306684,
            "stop": 817306685
        },
        {
            "start": 817306696,
            "stop": 817306697
        },
        {
            "start": 817306700,
            "stop": 817306701
        },
        {
            "start": 817306710,
            "stop": 817306711
        },
        {
            "start": 817306714,
            "stop": 817306717
        }
    ]
}