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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=76",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=74",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 75,
    "results": [
        {
            "start": 822877048,
            "stop": 822877283
        },
        {
            "start": 822877292,
            "stop": 822877428
        },
        {
            "start": 822877441,
            "stop": 822877481
        },
        {
            "start": 822877491,
            "stop": 822877497
        },
        {
            "start": 822877516,
            "stop": 822877522
        },
        {
            "start": 822877526,
            "stop": 822877624
        },
        {
            "start": 822877627,
            "stop": 822877718
        },
        {
            "start": 822877722,
            "stop": 822877837
        },
        {
            "start": 822877841,
            "stop": 822877922
        },
        {
            "start": 822877932,
            "stop": 822877947
        },
        {
            "start": 822877955,
            "stop": 822877975
        },
        {
            "start": 822877979,
            "stop": 822878010
        },
        {
            "start": 822878024,
            "stop": 822878076
        },
        {
            "start": 822878079,
            "stop": 822883625
        },
        {
            "start": 822883693,
            "stop": 822885358
        },
        {
            "start": 822885362,
            "stop": 822885379
        },
        {
            "start": 822885388,
            "stop": 822885623
        },
        {
            "start": 822885627,
            "stop": 822887533
        },
        {
            "start": 822887564,
            "stop": 822887565
        },
        {
            "start": 822887633,
            "stop": 822889813
        }
    ]
}