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=40872
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=40873",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40871",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40872,
    "results": [
        {
            "start": 875061157,
            "stop": 875061158
        },
        {
            "start": 875061159,
            "stop": 875061169
        },
        {
            "start": 875061170,
            "stop": 875061196
        },
        {
            "start": 875061199,
            "stop": 875061202
        },
        {
            "start": 875061203,
            "stop": 875061223
        },
        {
            "start": 875061224,
            "stop": 875061236
        },
        {
            "start": 875061238,
            "stop": 875061240
        },
        {
            "start": 875061300,
            "stop": 875061330
        },
        {
            "start": 875061331,
            "stop": 875061422
        },
        {
            "start": 875061424,
            "stop": 875061457
        },
        {
            "start": 875061459,
            "stop": 875061478
        },
        {
            "start": 875061480,
            "stop": 875061585
        },
        {
            "start": 875061587,
            "stop": 875061612
        },
        {
            "start": 875061613,
            "stop": 875061633
        },
        {
            "start": 875061635,
            "stop": 875061653
        },
        {
            "start": 875061654,
            "stop": 875061665
        },
        {
            "start": 875061667,
            "stop": 875061680
        },
        {
            "start": 875061681,
            "stop": 875061698
        },
        {
            "start": 875061699,
            "stop": 875061701
        },
        {
            "start": 875061702,
            "stop": 875061716
        }
    ]
}