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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1801",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1799",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1800,
    "results": [
        {
            "start": 1249721462,
            "stop": 1249721503
        },
        {
            "start": 1249721506,
            "stop": 1249721595
        },
        {
            "start": 1249721597,
            "stop": 1249721649
        },
        {
            "start": 1249721652,
            "stop": 1249722600
        },
        {
            "start": 1249722603,
            "stop": 1249724614
        },
        {
            "start": 1249724622,
            "stop": 1249724767
        },
        {
            "start": 1249724770,
            "stop": 1249725806
        },
        {
            "start": 1249725808,
            "stop": 1249726333
        },
        {
            "start": 1249726336,
            "stop": 1249726809
        },
        {
            "start": 1249726812,
            "stop": 1249726844
        },
        {
            "start": 1249726847,
            "stop": 1249727404
        },
        {
            "start": 1249727407,
            "stop": 1249728374
        },
        {
            "start": 1249728377,
            "stop": 1249728767
        },
        {
            "start": 1249728769,
            "stop": 1249729825
        },
        {
            "start": 1249729828,
            "stop": 1249730083
        },
        {
            "start": 1249730086,
            "stop": 1249731197
        },
        {
            "start": 1249731199,
            "stop": 1249732003
        },
        {
            "start": 1249732006,
            "stop": 1249732071
        },
        {
            "start": 1249732074,
            "stop": 1249732193
        },
        {
            "start": 1249732196,
            "stop": 1249732603
        }
    ]
}