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=3496
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=3497",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3495",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3496,
    "results": [
        {
            "start": 871234950,
            "stop": 871236000
        },
        {
            "start": 871236017,
            "stop": 871236240
        },
        {
            "start": 871236420,
            "stop": 871236570
        },
        {
            "start": 871236743,
            "stop": 871236936
        },
        {
            "start": 871236953,
            "stop": 871238034
        },
        {
            "start": 871238100,
            "stop": 871238587
        },
        {
            "start": 871238590,
            "stop": 871240524
        },
        {
            "start": 871241333,
            "stop": 871241760
        },
        {
            "start": 871241820,
            "stop": 871241970
        },
        {
            "start": 871241987,
            "stop": 871242240
        },
        {
            "start": 871242300,
            "stop": 871242389
        },
        {
            "start": 871242406,
            "stop": 871242557
        },
        {
            "start": 871242574,
            "stop": 871243099
        },
        {
            "start": 871243116,
            "stop": 871243142
        },
        {
            "start": 871252337,
            "stop": 871252560
        },
        {
            "start": 871252680,
            "stop": 871252740
        },
        {
            "start": 871252800,
            "stop": 871252860
        },
        {
            "start": 871253053,
            "stop": 871253100
        },
        {
            "start": 871253160,
            "stop": 871255445
        },
        {
            "start": 871255462,
            "stop": 871255608
        }
    ]
}