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=3619
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=3620",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3618",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3619,
    "results": [
        {
            "start": 872191006,
            "stop": 872191165
        },
        {
            "start": 872191224,
            "stop": 872191248
        },
        {
            "start": 872191265,
            "stop": 872191483
        },
        {
            "start": 872191500,
            "stop": 872191806
        },
        {
            "start": 872191823,
            "stop": 872192340
        },
        {
            "start": 872192357,
            "stop": 872192495
        },
        {
            "start": 872192512,
            "stop": 872192525
        },
        {
            "start": 872192529,
            "stop": 872192531
        },
        {
            "start": 872192534,
            "stop": 872194454
        },
        {
            "start": 872194471,
            "stop": 872194566
        },
        {
            "start": 872194583,
            "stop": 872194800
        },
        {
            "start": 872194920,
            "stop": 872195984
        },
        {
            "start": 872196001,
            "stop": 872196276
        },
        {
            "start": 872196293,
            "stop": 872197089
        },
        {
            "start": 872197093,
            "stop": 872197312
        },
        {
            "start": 872197329,
            "stop": 872198672
        },
        {
            "start": 872198703,
            "stop": 872198940
        },
        {
            "start": 872199000,
            "stop": 872200590
        },
        {
            "start": 872200607,
            "stop": 872201550
        },
        {
            "start": 872202724,
            "stop": 872202846
        }
    ]
}