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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5102",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5100",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5101,
    "results": [
        {
            "start": 1136977435,
            "stop": 1136977436
        },
        {
            "start": 1136977438,
            "stop": 1136977445
        },
        {
            "start": 1136977447,
            "stop": 1136977452
        },
        {
            "start": 1136977454,
            "stop": 1136977459
        },
        {
            "start": 1136977461,
            "stop": 1136977476
        },
        {
            "start": 1136977479,
            "stop": 1136977498
        },
        {
            "start": 1136977500,
            "stop": 1136977514
        },
        {
            "start": 1136977516,
            "stop": 1136977519
        },
        {
            "start": 1136977521,
            "stop": 1136977534
        },
        {
            "start": 1136977536,
            "stop": 1136977543
        },
        {
            "start": 1136977545,
            "stop": 1136977565
        },
        {
            "start": 1136977566,
            "stop": 1136977572
        },
        {
            "start": 1136977574,
            "stop": 1136977659
        },
        {
            "start": 1136977661,
            "stop": 1136977679
        },
        {
            "start": 1136977681,
            "stop": 1136977685
        },
        {
            "start": 1136977688,
            "stop": 1136977701
        },
        {
            "start": 1136977703,
            "stop": 1136977722
        },
        {
            "start": 1136977723,
            "stop": 1136977733
        },
        {
            "start": 1136977735,
            "stop": 1136977774
        },
        {
            "start": 1136977776,
            "stop": 1136977878
        }
    ]
}