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_CAT4/segments?format=api&page=9812
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9813",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9811",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9812,
    "results": [
        {
            "start": 873597716,
            "stop": 873597814
        },
        {
            "start": 873597934,
            "stop": 873598145
        },
        {
            "start": 873598162,
            "stop": 873598379
        },
        {
            "start": 873598401,
            "stop": 873598460
        },
        {
            "start": 873598478,
            "stop": 873598962
        },
        {
            "start": 873598979,
            "stop": 873600780
        },
        {
            "start": 873600900,
            "stop": 873601963
        },
        {
            "start": 873601980,
            "stop": 873603360
        },
        {
            "start": 873603420,
            "stop": 873603470
        },
        {
            "start": 873603489,
            "stop": 873603684
        },
        {
            "start": 873603804,
            "stop": 873603972
        },
        {
            "start": 873604092,
            "stop": 873606671
        },
        {
            "start": 873606688,
            "stop": 873608490
        },
        {
            "start": 873608507,
            "stop": 873609947
        },
        {
            "start": 873609964,
            "stop": 873613777
        },
        {
            "start": 873613897,
            "stop": 873615606
        },
        {
            "start": 873615623,
            "stop": 873616260
        },
        {
            "start": 873616320,
            "stop": 873616378
        },
        {
            "start": 873616395,
            "stop": 873616439
        },
        {
            "start": 873616456,
            "stop": 873617896
        }
    ]
}