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=1742
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=1743",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1741",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1742,
    "results": [
        {
            "start": 1249382624,
            "stop": 1249382658
        },
        {
            "start": 1249382666,
            "stop": 1249382668
        },
        {
            "start": 1249382675,
            "stop": 1249382680
        },
        {
            "start": 1249382685,
            "stop": 1249382692
        },
        {
            "start": 1249382693,
            "stop": 1249382707
        },
        {
            "start": 1249382708,
            "stop": 1249382717
        },
        {
            "start": 1249382719,
            "stop": 1249382730
        },
        {
            "start": 1249382731,
            "stop": 1249382736
        },
        {
            "start": 1249382739,
            "stop": 1249382742
        },
        {
            "start": 1249382743,
            "stop": 1249382745
        },
        {
            "start": 1249382751,
            "stop": 1249382752
        },
        {
            "start": 1249382753,
            "stop": 1249382755
        },
        {
            "start": 1249382764,
            "stop": 1249382836
        },
        {
            "start": 1249382846,
            "stop": 1249382848
        },
        {
            "start": 1249382854,
            "stop": 1249382856
        },
        {
            "start": 1249382878,
            "stop": 1249382879
        },
        {
            "start": 1249382881,
            "stop": 1249382883
        },
        {
            "start": 1249382888,
            "stop": 1249382891
        },
        {
            "start": 1249382894,
            "stop": 1249382896
        },
        {
            "start": 1249382903,
            "stop": 1249382914
        }
    ]
}