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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41008",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41006",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41007,
    "results": [
        {
            "start": 875152816,
            "stop": 875152832
        },
        {
            "start": 875152833,
            "stop": 875152841
        },
        {
            "start": 875152842,
            "stop": 875152854
        },
        {
            "start": 875152855,
            "stop": 875152873
        },
        {
            "start": 875152874,
            "stop": 875152884
        },
        {
            "start": 875152885,
            "stop": 875152905
        },
        {
            "start": 875152907,
            "stop": 875152940
        },
        {
            "start": 875152941,
            "stop": 875153011
        },
        {
            "start": 875153012,
            "stop": 875153127
        },
        {
            "start": 875153128,
            "stop": 875153265
        },
        {
            "start": 875153267,
            "stop": 875153289
        },
        {
            "start": 875153291,
            "stop": 875153310
        },
        {
            "start": 875153311,
            "stop": 875153342
        },
        {
            "start": 875153343,
            "stop": 875153368
        },
        {
            "start": 875153369,
            "stop": 875153438
        },
        {
            "start": 875153439,
            "stop": 875153496
        },
        {
            "start": 875153497,
            "stop": 875153529
        },
        {
            "start": 875153530,
            "stop": 875153545
        },
        {
            "start": 875153547,
            "stop": 875153602
        },
        {
            "start": 875153603,
            "stop": 875153630
        }
    ]
}