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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=169",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=167",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 168,
    "results": [
        {
            "start": 841030223,
            "stop": 841035341
        },
        {
            "start": 841036451,
            "stop": 841043525
        },
        {
            "start": 841044607,
            "stop": 841046769
        },
        {
            "start": 841047896,
            "stop": 841050468
        },
        {
            "start": 841052096,
            "stop": 841053589
        },
        {
            "start": 841054634,
            "stop": 841060775
        },
        {
            "start": 841060777,
            "stop": 841063347
        },
        {
            "start": 841063958,
            "stop": 841066898
        },
        {
            "start": 841067783,
            "stop": 841068474
        },
        {
            "start": 841072985,
            "stop": 841073001
        },
        {
            "start": 841077140,
            "stop": 841077202
        },
        {
            "start": 841077786,
            "stop": 841077826
        },
        {
            "start": 841079312,
            "stop": 841079894
        },
        {
            "start": 841079960,
            "stop": 841084422
        },
        {
            "start": 841084424,
            "stop": 841084446
        },
        {
            "start": 841089475,
            "stop": 841091181
        },
        {
            "start": 841091238,
            "stop": 841094259
        },
        {
            "start": 841099496,
            "stop": 841100910
        },
        {
            "start": 841101009,
            "stop": 841105030
        },
        {
            "start": 841105117,
            "stop": 841141667
        }
    ]
}