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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=355",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=353",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 354,
    "results": [
        {
            "start": 1181625840,
            "stop": 1181625887
        },
        {
            "start": 1181625888,
            "stop": 1181625893
        },
        {
            "start": 1181625894,
            "stop": 1181625896
        },
        {
            "start": 1181625899,
            "stop": 1181625902
        },
        {
            "start": 1181625903,
            "stop": 1181625906
        },
        {
            "start": 1181625908,
            "stop": 1181625910
        },
        {
            "start": 1181625911,
            "stop": 1181625912
        },
        {
            "start": 1181625913,
            "stop": 1181625916
        },
        {
            "start": 1181625918,
            "stop": 1181625921
        },
        {
            "start": 1181625922,
            "stop": 1181625923
        },
        {
            "start": 1181625924,
            "stop": 1181625926
        },
        {
            "start": 1181625927,
            "stop": 1181625933
        },
        {
            "start": 1181625934,
            "stop": 1181625947
        },
        {
            "start": 1181625949,
            "stop": 1181625951
        },
        {
            "start": 1181625952,
            "stop": 1181625956
        },
        {
            "start": 1181625957,
            "stop": 1181625959
        },
        {
            "start": 1181625961,
            "stop": 1181625965
        },
        {
            "start": 1181625966,
            "stop": 1181625988
        },
        {
            "start": 1181625990,
            "stop": 1181625991
        },
        {
            "start": 1181625992,
            "stop": 1181626052
        }
    ]
}