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=393
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=394",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=392",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 393,
    "results": [
        {
            "start": 821764708,
            "stop": 821764716
        },
        {
            "start": 821764719,
            "stop": 821764720
        },
        {
            "start": 821764723,
            "stop": 821764724
        },
        {
            "start": 821764727,
            "stop": 821764731
        },
        {
            "start": 821764734,
            "stop": 821764745
        },
        {
            "start": 821764748,
            "stop": 821764749
        },
        {
            "start": 821764752,
            "stop": 821764755
        },
        {
            "start": 821764761,
            "stop": 821764762
        },
        {
            "start": 821764770,
            "stop": 821764778
        },
        {
            "start": 821764784,
            "stop": 821764788
        },
        {
            "start": 821764794,
            "stop": 821764797
        },
        {
            "start": 821764800,
            "stop": 821764804
        },
        {
            "start": 821764807,
            "stop": 821764808
        },
        {
            "start": 821764811,
            "stop": 821764815
        },
        {
            "start": 821764832,
            "stop": 821764833
        },
        {
            "start": 821764841,
            "stop": 821764844
        },
        {
            "start": 821764847,
            "stop": 821764850
        },
        {
            "start": 821764854,
            "stop": 821764857
        },
        {
            "start": 821764865,
            "stop": 821764868
        },
        {
            "start": 821764873,
            "stop": 821764877
        }
    ]
}