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=3674
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=3675",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3673",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3674,
    "results": [
        {
            "start": 872993734,
            "stop": 872994164
        },
        {
            "start": 872994182,
            "stop": 872994247
        },
        {
            "start": 872994270,
            "stop": 872994498
        },
        {
            "start": 872994515,
            "stop": 872994731
        },
        {
            "start": 872994748,
            "stop": 872995884
        },
        {
            "start": 872995901,
            "stop": 872995981
        },
        {
            "start": 872995998,
            "stop": 872996110
        },
        {
            "start": 872996129,
            "stop": 872996277
        },
        {
            "start": 872996294,
            "stop": 872996341
        },
        {
            "start": 872996371,
            "stop": 872996440
        },
        {
            "start": 872996457,
            "stop": 872996465
        },
        {
            "start": 872996495,
            "stop": 872996672
        },
        {
            "start": 872996689,
            "stop": 872996734
        },
        {
            "start": 872996751,
            "stop": 872997004
        },
        {
            "start": 872997021,
            "stop": 872997150
        },
        {
            "start": 872997218,
            "stop": 872997221
        },
        {
            "start": 872997331,
            "stop": 872997356
        },
        {
            "start": 872997373,
            "stop": 872997389
        },
        {
            "start": 872998396,
            "stop": 872998406
        },
        {
            "start": 872998429,
            "stop": 872998448
        }
    ]
}