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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46706",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46704",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46705,
    "results": [
        {
            "start": 875053641,
            "stop": 875053645
        },
        {
            "start": 875053646,
            "stop": 875053648
        },
        {
            "start": 875053649,
            "stop": 875053654
        },
        {
            "start": 875053656,
            "stop": 875053661
        },
        {
            "start": 875053662,
            "stop": 875053666
        },
        {
            "start": 875053667,
            "stop": 875053678
        },
        {
            "start": 875053679,
            "stop": 875053682
        },
        {
            "start": 875053683,
            "stop": 875053686
        },
        {
            "start": 875053688,
            "stop": 875053696
        },
        {
            "start": 875053697,
            "stop": 875053698
        },
        {
            "start": 875053699,
            "stop": 875053716
        },
        {
            "start": 875053717,
            "stop": 875053723
        },
        {
            "start": 875053724,
            "stop": 875053725
        },
        {
            "start": 875053727,
            "stop": 875053735
        },
        {
            "start": 875053738,
            "stop": 875053752
        },
        {
            "start": 875053753,
            "stop": 875053764
        },
        {
            "start": 875053765,
            "stop": 875053791
        },
        {
            "start": 875053794,
            "stop": 875053811
        },
        {
            "start": 875053813,
            "stop": 875053824
        },
        {
            "start": 875053826,
            "stop": 875053831
        }
    ]
}