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=320
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=321",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=319",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 320,
    "results": [
        {
            "start": 828902661,
            "stop": 828902673
        },
        {
            "start": 828902675,
            "stop": 828902699
        },
        {
            "start": 828902701,
            "stop": 828902706
        },
        {
            "start": 828902708,
            "stop": 828902716
        },
        {
            "start": 828902718,
            "stop": 828902719
        },
        {
            "start": 828902720,
            "stop": 828902726
        },
        {
            "start": 828902728,
            "stop": 828902751
        },
        {
            "start": 828902753,
            "stop": 828902758
        },
        {
            "start": 828902760,
            "stop": 828902770
        },
        {
            "start": 828902772,
            "stop": 828902780
        },
        {
            "start": 828902782,
            "stop": 828902783
        },
        {
            "start": 828902785,
            "stop": 828902804
        },
        {
            "start": 828902806,
            "stop": 828903050
        },
        {
            "start": 828903052,
            "stop": 828903106
        },
        {
            "start": 828903108,
            "stop": 828903114
        },
        {
            "start": 828903116,
            "stop": 828903180
        },
        {
            "start": 828903182,
            "stop": 828903192
        },
        {
            "start": 828903194,
            "stop": 828903276
        },
        {
            "start": 828903280,
            "stop": 828903292
        },
        {
            "start": 828903295,
            "stop": 828903346
        }
    ]
}