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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=384",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=382",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 383,
    "results": [
        {
            "start": 821762655,
            "stop": 821762657
        },
        {
            "start": 821762665,
            "stop": 821762698
        },
        {
            "start": 821762701,
            "stop": 821762733
        },
        {
            "start": 821762740,
            "stop": 821762741
        },
        {
            "start": 821762744,
            "stop": 821762746
        },
        {
            "start": 821762755,
            "stop": 821762758
        },
        {
            "start": 821762761,
            "stop": 821762765
        },
        {
            "start": 821762781,
            "stop": 821762784
        },
        {
            "start": 821762787,
            "stop": 821762790
        },
        {
            "start": 821762799,
            "stop": 821762801
        },
        {
            "start": 821762816,
            "stop": 821762818
        },
        {
            "start": 821762821,
            "stop": 821762829
        },
        {
            "start": 821762835,
            "stop": 821762836
        },
        {
            "start": 821762839,
            "stop": 821762842
        },
        {
            "start": 821762846,
            "stop": 821762848
        },
        {
            "start": 821762853,
            "stop": 821762873
        },
        {
            "start": 821762876,
            "stop": 821762882
        },
        {
            "start": 821762888,
            "stop": 821762901
        },
        {
            "start": 821762904,
            "stop": 821762906
        },
        {
            "start": 821762913,
            "stop": 821762942
        }
    ]
}