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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=403",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=401",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 402,
    "results": [
        {
            "start": 829928801,
            "stop": 829929276
        },
        {
            "start": 829937063,
            "stop": 829937070
        },
        {
            "start": 829937072,
            "stop": 829937081
        },
        {
            "start": 829937083,
            "stop": 829937099
        },
        {
            "start": 829937101,
            "stop": 829937110
        },
        {
            "start": 829937113,
            "stop": 829937125
        },
        {
            "start": 829937130,
            "stop": 829937177
        },
        {
            "start": 829937179,
            "stop": 829937196
        },
        {
            "start": 829937198,
            "stop": 829937214
        },
        {
            "start": 829937216,
            "stop": 829937221
        },
        {
            "start": 829937223,
            "stop": 829937238
        },
        {
            "start": 829937240,
            "stop": 829937245
        },
        {
            "start": 829937247,
            "stop": 829937252
        },
        {
            "start": 829937254,
            "stop": 829937319
        },
        {
            "start": 829937322,
            "stop": 829937329
        },
        {
            "start": 829937331,
            "stop": 829937340
        },
        {
            "start": 829937342,
            "stop": 829937348
        },
        {
            "start": 829937350,
            "stop": 829937373
        },
        {
            "start": 829937375,
            "stop": 829937381
        },
        {
            "start": 829937385,
            "stop": 829937404
        }
    ]
}