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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=125",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=123",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 124,
    "results": [
        {
            "start": 830113532,
            "stop": 830113813
        },
        {
            "start": 830118322,
            "stop": 830124589
        },
        {
            "start": 830124889,
            "stop": 830127733
        },
        {
            "start": 830129085,
            "stop": 830129194
        },
        {
            "start": 830129196,
            "stop": 830138912
        },
        {
            "start": 830138915,
            "stop": 830140693
        },
        {
            "start": 830142057,
            "stop": 830144013
        },
        {
            "start": 830144346,
            "stop": 830145246
        },
        {
            "start": 830145546,
            "stop": 830146302
        },
        {
            "start": 830146304,
            "stop": 830155728
        },
        {
            "start": 830157033,
            "stop": 830187193
        },
        {
            "start": 830189592,
            "stop": 830189951
        },
        {
            "start": 830190094,
            "stop": 830191133
        },
        {
            "start": 830191135,
            "stop": 830191969
        },
        {
            "start": 830192079,
            "stop": 830192246
        },
        {
            "start": 830192546,
            "stop": 830194153
        },
        {
            "start": 830194585,
            "stop": 830196073
        },
        {
            "start": 830197705,
            "stop": 830197812
        },
        {
            "start": 830197814,
            "stop": 830200391
        },
        {
            "start": 830201838,
            "stop": 830202001
        }
    ]
}