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=360
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=361",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=359",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 360,
    "results": [
        {
            "start": 821490285,
            "stop": 821490622
        },
        {
            "start": 821490625,
            "stop": 821490636
        },
        {
            "start": 821490639,
            "stop": 821490958
        },
        {
            "start": 821490961,
            "stop": 821491059
        },
        {
            "start": 821491062,
            "stop": 821491124
        },
        {
            "start": 821491127,
            "stop": 821491367
        },
        {
            "start": 821491370,
            "stop": 821492166
        },
        {
            "start": 821492169,
            "stop": 821492230
        },
        {
            "start": 821492233,
            "stop": 821492268
        },
        {
            "start": 821492271,
            "stop": 821492294
        },
        {
            "start": 821492297,
            "stop": 821492402
        },
        {
            "start": 821492405,
            "stop": 821492422
        },
        {
            "start": 821492426,
            "stop": 821492782
        },
        {
            "start": 821492785,
            "stop": 821492853
        },
        {
            "start": 821492856,
            "stop": 821493397
        },
        {
            "start": 821493401,
            "stop": 821493460
        },
        {
            "start": 821493463,
            "stop": 821493856
        },
        {
            "start": 821493859,
            "stop": 821493965
        },
        {
            "start": 821493969,
            "stop": 821493970
        },
        {
            "start": 821493973,
            "stop": 821494033
        }
    ]
}