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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=318",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=316",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 317,
    "results": [
        {
            "start": 1240588703,
            "stop": 1240588704
        },
        {
            "start": 1240588706,
            "stop": 1240588721
        },
        {
            "start": 1240588724,
            "stop": 1240588857
        },
        {
            "start": 1240588858,
            "stop": 1240588861
        },
        {
            "start": 1240588865,
            "stop": 1240588876
        },
        {
            "start": 1240588877,
            "stop": 1240588880
        },
        {
            "start": 1240588881,
            "stop": 1240589130
        },
        {
            "start": 1240589131,
            "stop": 1240589134
        },
        {
            "start": 1240589135,
            "stop": 1240589150
        },
        {
            "start": 1240589152,
            "stop": 1240589259
        },
        {
            "start": 1240589261,
            "stop": 1240589328
        },
        {
            "start": 1240589336,
            "stop": 1240589472
        },
        {
            "start": 1240589473,
            "stop": 1240589475
        },
        {
            "start": 1240589476,
            "stop": 1240589503
        },
        {
            "start": 1240589505,
            "stop": 1240589522
        },
        {
            "start": 1240589523,
            "stop": 1240589524
        },
        {
            "start": 1240589525,
            "stop": 1240589544
        },
        {
            "start": 1240589547,
            "stop": 1240589609
        },
        {
            "start": 1240589610,
            "stop": 1240589615
        },
        {
            "start": 1240589616,
            "stop": 1240589625
        }
    ]
}