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=46825
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=46826",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46824",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46825,
    "results": [
        {
            "start": 875131443,
            "stop": 875131444
        },
        {
            "start": 875131445,
            "stop": 875131458
        },
        {
            "start": 875131459,
            "stop": 875131503
        },
        {
            "start": 875131505,
            "stop": 875131512
        },
        {
            "start": 875131513,
            "stop": 875131525
        },
        {
            "start": 875131527,
            "stop": 875131530
        },
        {
            "start": 875131532,
            "stop": 875131542
        },
        {
            "start": 875131543,
            "stop": 875131553
        },
        {
            "start": 875131554,
            "stop": 875131589
        },
        {
            "start": 875131593,
            "stop": 875131598
        },
        {
            "start": 875131601,
            "stop": 875131610
        },
        {
            "start": 875131612,
            "stop": 875131628
        },
        {
            "start": 875131630,
            "stop": 875131653
        },
        {
            "start": 875131655,
            "stop": 875131672
        },
        {
            "start": 875131675,
            "stop": 875131680
        },
        {
            "start": 875131681,
            "stop": 875131691
        },
        {
            "start": 875131692,
            "stop": 875131693
        },
        {
            "start": 875131694,
            "stop": 875131695
        },
        {
            "start": 875131697,
            "stop": 875131705
        },
        {
            "start": 875131708,
            "stop": 875131716
        }
    ]
}