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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7412",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7410",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7411,
    "results": [
        {
            "start": 969863816,
            "stop": 969866327
        },
        {
            "start": 969866331,
            "stop": 969867136
        },
        {
            "start": 969867142,
            "stop": 969867400
        },
        {
            "start": 969867403,
            "stop": 969867575
        },
        {
            "start": 969867578,
            "stop": 969867801
        },
        {
            "start": 969867804,
            "stop": 969868882
        },
        {
            "start": 969868888,
            "stop": 969869007
        },
        {
            "start": 969869011,
            "stop": 969869071
        },
        {
            "start": 969869074,
            "stop": 969869456
        },
        {
            "start": 969869459,
            "stop": 969869504
        },
        {
            "start": 969869507,
            "stop": 969870746
        },
        {
            "start": 969870749,
            "stop": 969870961
        },
        {
            "start": 969870964,
            "stop": 969871240
        },
        {
            "start": 969871245,
            "stop": 969871247
        },
        {
            "start": 969871251,
            "stop": 969871268
        },
        {
            "start": 969871272,
            "stop": 969871365
        },
        {
            "start": 969872854,
            "stop": 969873311
        },
        {
            "start": 969873314,
            "stop": 969873823
        },
        {
            "start": 969873826,
            "stop": 969874137
        },
        {
            "start": 969874140,
            "stop": 969874158
        }
    ]
}