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=40554
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=40555",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40553",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40554,
    "results": [
        {
            "start": 874832055,
            "stop": 874832072
        },
        {
            "start": 874832073,
            "stop": 874832096
        },
        {
            "start": 874832097,
            "stop": 874832117
        },
        {
            "start": 874832118,
            "stop": 874832138
        },
        {
            "start": 874832140,
            "stop": 874832141
        },
        {
            "start": 874832143,
            "stop": 874832266
        },
        {
            "start": 874832267,
            "stop": 874832319
        },
        {
            "start": 874832320,
            "stop": 874832330
        },
        {
            "start": 874832331,
            "stop": 874832428
        },
        {
            "start": 874832429,
            "stop": 874832443
        },
        {
            "start": 874832444,
            "stop": 874832495
        },
        {
            "start": 874832496,
            "stop": 874832512
        },
        {
            "start": 874832513,
            "stop": 874832552
        },
        {
            "start": 874832553,
            "stop": 874832577
        },
        {
            "start": 874832578,
            "stop": 874832747
        },
        {
            "start": 874832748,
            "stop": 874832764
        },
        {
            "start": 874832765,
            "stop": 874832874
        },
        {
            "start": 874832875,
            "stop": 874832877
        },
        {
            "start": 874832878,
            "stop": 874832942
        },
        {
            "start": 874832943,
            "stop": 874832959
        }
    ]
}