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=46838
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=46839",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46837",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46838,
    "results": [
        {
            "start": 875135563,
            "stop": 875135564
        },
        {
            "start": 875135565,
            "stop": 875135604
        },
        {
            "start": 875135605,
            "stop": 875135608
        },
        {
            "start": 875135611,
            "stop": 875135616
        },
        {
            "start": 875135624,
            "stop": 875135637
        },
        {
            "start": 875135640,
            "stop": 875135643
        },
        {
            "start": 875135646,
            "stop": 875135656
        },
        {
            "start": 875135659,
            "stop": 875135688
        },
        {
            "start": 875135691,
            "stop": 875135726
        },
        {
            "start": 875135729,
            "stop": 875135730
        },
        {
            "start": 875135737,
            "stop": 875135758
        },
        {
            "start": 875135761,
            "stop": 875135779
        },
        {
            "start": 875135782,
            "stop": 875135788
        },
        {
            "start": 875135789,
            "stop": 875135803
        },
        {
            "start": 875135804,
            "stop": 875135856
        },
        {
            "start": 875135857,
            "stop": 875135866
        },
        {
            "start": 875135869,
            "stop": 875135888
        },
        {
            "start": 875135889,
            "stop": 875135897
        },
        {
            "start": 875135898,
            "stop": 875135899
        },
        {
            "start": 875135900,
            "stop": 875135936
        }
    ]
}