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=490
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=491",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=489",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 490,
    "results": [
        {
            "start": 826649743,
            "stop": 826650022
        },
        {
            "start": 826650025,
            "stop": 826651080
        },
        {
            "start": 826651203,
            "stop": 826652362
        },
        {
            "start": 826652386,
            "stop": 826653402
        },
        {
            "start": 826653480,
            "stop": 826654705
        },
        {
            "start": 826654722,
            "stop": 826655425
        },
        {
            "start": 826655442,
            "stop": 826655778
        },
        {
            "start": 826655795,
            "stop": 826655888
        },
        {
            "start": 826655905,
            "stop": 826655928
        },
        {
            "start": 826655945,
            "stop": 826655947
        },
        {
            "start": 826655964,
            "stop": 826656825
        },
        {
            "start": 826656845,
            "stop": 826657601
        },
        {
            "start": 826657618,
            "stop": 826658250
        },
        {
            "start": 826658310,
            "stop": 826658331
        },
        {
            "start": 826659118,
            "stop": 826659168
        },
        {
            "start": 826659189,
            "stop": 826659254
        },
        {
            "start": 826659274,
            "stop": 826659737
        },
        {
            "start": 826659754,
            "stop": 826660265
        },
        {
            "start": 826660298,
            "stop": 826660794
        },
        {
            "start": 826661094,
            "stop": 826662095
        }
    ]
}