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=379
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=380",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=378",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 379,
    "results": [
        {
            "start": 821507159,
            "stop": 821507205
        },
        {
            "start": 821507208,
            "stop": 821507227
        },
        {
            "start": 821507230,
            "stop": 821507249
        },
        {
            "start": 821507252,
            "stop": 821507256
        },
        {
            "start": 821507259,
            "stop": 821507315
        },
        {
            "start": 821507318,
            "stop": 821507332
        },
        {
            "start": 821507335,
            "stop": 821507388
        },
        {
            "start": 821507392,
            "stop": 821507414
        },
        {
            "start": 821507417,
            "stop": 821507420
        },
        {
            "start": 821507424,
            "stop": 821507449
        },
        {
            "start": 821507452,
            "stop": 821507461
        },
        {
            "start": 821507464,
            "stop": 821507476
        },
        {
            "start": 821507479,
            "stop": 821507487
        },
        {
            "start": 821507490,
            "stop": 821507493
        },
        {
            "start": 821507496,
            "stop": 821507508
        },
        {
            "start": 821507511,
            "stop": 821507561
        },
        {
            "start": 821507564,
            "stop": 821507572
        },
        {
            "start": 821507575,
            "stop": 821507617
        },
        {
            "start": 821507620,
            "stop": 821507647
        },
        {
            "start": 821507650,
            "stop": 821507669
        }
    ]
}