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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40971",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40969",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40970,
    "results": [
        {
            "start": 875131164,
            "stop": 875131183
        },
        {
            "start": 875131184,
            "stop": 875131270
        },
        {
            "start": 875131272,
            "stop": 875131311
        },
        {
            "start": 875131314,
            "stop": 875131397
        },
        {
            "start": 875131399,
            "stop": 875131440
        },
        {
            "start": 875131442,
            "stop": 875131504
        },
        {
            "start": 875131505,
            "stop": 875131525
        },
        {
            "start": 875131527,
            "stop": 875131542
        },
        {
            "start": 875131543,
            "stop": 875131589
        },
        {
            "start": 875131590,
            "stop": 875131610
        },
        {
            "start": 875131612,
            "stop": 875131653
        },
        {
            "start": 875131655,
            "stop": 875131672
        },
        {
            "start": 875131675,
            "stop": 875131691
        },
        {
            "start": 875131692,
            "stop": 875131695
        },
        {
            "start": 875131697,
            "stop": 875131738
        },
        {
            "start": 875131740,
            "stop": 875131759
        },
        {
            "start": 875131761,
            "stop": 875131780
        },
        {
            "start": 875131782,
            "stop": 875131833
        },
        {
            "start": 875131834,
            "stop": 875131878
        },
        {
            "start": 875131879,
            "stop": 875131918
        }
    ]
}