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=326
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=327",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=325",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 326,
    "results": [
        {
            "start": 821376556,
            "stop": 821377158
        },
        {
            "start": 821377159,
            "stop": 821377250
        },
        {
            "start": 821377253,
            "stop": 821378959
        },
        {
            "start": 821378962,
            "stop": 821379029
        },
        {
            "start": 821379032,
            "stop": 821379376
        },
        {
            "start": 821379379,
            "stop": 821381205
        },
        {
            "start": 821381208,
            "stop": 821381283
        },
        {
            "start": 821381286,
            "stop": 821381641
        },
        {
            "start": 821381645,
            "stop": 821383156
        },
        {
            "start": 821383159,
            "stop": 821383945
        },
        {
            "start": 821383948,
            "stop": 821384751
        },
        {
            "start": 821384754,
            "stop": 821385189
        },
        {
            "start": 821385190,
            "stop": 821385803
        },
        {
            "start": 821385806,
            "stop": 821385855
        },
        {
            "start": 821385858,
            "stop": 821385913
        },
        {
            "start": 821385916,
            "stop": 821386260
        },
        {
            "start": 821386263,
            "stop": 821386335
        },
        {
            "start": 821386338,
            "stop": 821386359
        },
        {
            "start": 821386362,
            "stop": 821386418
        },
        {
            "start": 821386421,
            "stop": 821386481
        }
    ]
}