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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=492",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=490",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 491,
    "results": [
        {
            "start": 826662115,
            "stop": 826662557
        },
        {
            "start": 826662574,
            "stop": 826662973
        },
        {
            "start": 826662990,
            "stop": 826663059
        },
        {
            "start": 826663085,
            "stop": 826663237
        },
        {
            "start": 826663254,
            "stop": 826663349
        },
        {
            "start": 826663358,
            "stop": 826663803
        },
        {
            "start": 826663820,
            "stop": 826663893
        },
        {
            "start": 826663912,
            "stop": 826664424
        },
        {
            "start": 826664434,
            "stop": 826664476
        },
        {
            "start": 826664479,
            "stop": 826664852
        },
        {
            "start": 826664869,
            "stop": 826665024
        },
        {
            "start": 826665041,
            "stop": 826666018
        },
        {
            "start": 826666035,
            "stop": 826666229
        },
        {
            "start": 826666246,
            "stop": 826666310
        },
        {
            "start": 826666328,
            "stop": 826666384
        },
        {
            "start": 826666402,
            "stop": 826666681
        },
        {
            "start": 826673817,
            "stop": 826674022
        },
        {
            "start": 826674041,
            "stop": 826674205
        },
        {
            "start": 826674224,
            "stop": 826674880
        },
        {
            "start": 826674899,
            "stop": 826675375
        }
    ]
}