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=1839
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=1840",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1838",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1839,
    "results": [
        {
            "start": 843867238,
            "stop": 843867253
        },
        {
            "start": 843867255,
            "stop": 843867277
        },
        {
            "start": 843867279,
            "stop": 843867281
        },
        {
            "start": 843867285,
            "stop": 843867293
        },
        {
            "start": 843867299,
            "stop": 843867302
        },
        {
            "start": 843867306,
            "stop": 843867308
        },
        {
            "start": 843867311,
            "stop": 843867314
        },
        {
            "start": 843867318,
            "stop": 843867337
        },
        {
            "start": 843867339,
            "stop": 843867349
        },
        {
            "start": 843867355,
            "stop": 843867359
        },
        {
            "start": 843867361,
            "stop": 843867364
        },
        {
            "start": 843867367,
            "stop": 843867371
        },
        {
            "start": 843867375,
            "stop": 843867378
        },
        {
            "start": 843867382,
            "stop": 843867390
        },
        {
            "start": 843867394,
            "stop": 843867395
        },
        {
            "start": 843867403,
            "stop": 843867404
        },
        {
            "start": 843867406,
            "stop": 843867411
        },
        {
            "start": 843867417,
            "stop": 843867423
        },
        {
            "start": 843867425,
            "stop": 843867429
        },
        {
            "start": 843867437,
            "stop": 843867439
        }
    ]
}