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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=174",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=172",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 173,
    "results": [
        {
            "start": 821604027,
            "stop": 821604044
        },
        {
            "start": 821604047,
            "stop": 821604424
        },
        {
            "start": 821604427,
            "stop": 821604995
        },
        {
            "start": 821604998,
            "stop": 821605020
        },
        {
            "start": 821605023,
            "stop": 821605065
        },
        {
            "start": 821605068,
            "stop": 821605204
        },
        {
            "start": 821605207,
            "stop": 821605267
        },
        {
            "start": 821605270,
            "stop": 821605275
        },
        {
            "start": 821605281,
            "stop": 821605382
        },
        {
            "start": 821605385,
            "stop": 821605496
        },
        {
            "start": 821605499,
            "stop": 821605810
        },
        {
            "start": 821605813,
            "stop": 821605877
        },
        {
            "start": 821605880,
            "stop": 821606058
        },
        {
            "start": 821606061,
            "stop": 821606790
        },
        {
            "start": 821606793,
            "stop": 821607665
        },
        {
            "start": 821607668,
            "stop": 821608316
        },
        {
            "start": 821608319,
            "stop": 821608485
        },
        {
            "start": 821608488,
            "stop": 821608638
        },
        {
            "start": 821608641,
            "stop": 821609138
        },
        {
            "start": 821609141,
            "stop": 821612578
        }
    ]
}