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=334
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=335",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=333",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 334,
    "results": [
        {
            "start": 828993850,
            "stop": 828993852
        },
        {
            "start": 828993854,
            "stop": 828993855
        },
        {
            "start": 828993860,
            "stop": 828993862
        },
        {
            "start": 828993870,
            "stop": 828993882
        },
        {
            "start": 828993890,
            "stop": 828994350
        },
        {
            "start": 828994460,
            "stop": 828994728
        },
        {
            "start": 829027287,
            "stop": 829065327
        },
        {
            "start": 829065333,
            "stop": 829066297
        },
        {
            "start": 829066597,
            "stop": 829066924
        },
        {
            "start": 829115649,
            "stop": 829117193
        },
        {
            "start": 829121749,
            "stop": 829121856
        },
        {
            "start": 829121858,
            "stop": 829121874
        },
        {
            "start": 829121876,
            "stop": 829121924
        },
        {
            "start": 829121928,
            "stop": 829121953
        },
        {
            "start": 829121956,
            "stop": 829121960
        },
        {
            "start": 829121962,
            "stop": 829122426
        },
        {
            "start": 829122429,
            "stop": 829134560
        },
        {
            "start": 829135034,
            "stop": 829145150
        },
        {
            "start": 829145391,
            "stop": 829149470
        },
        {
            "start": 829149483,
            "stop": 829149495
        }
    ]
}