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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=273",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=271",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 272,
    "results": [
        {
            "start": 818296643,
            "stop": 818296644
        },
        {
            "start": 818296665,
            "stop": 818297097
        },
        {
            "start": 818297117,
            "stop": 818297137
        },
        {
            "start": 818297157,
            "stop": 818297168
        },
        {
            "start": 818297193,
            "stop": 818297250
        },
        {
            "start": 818297269,
            "stop": 818297270
        },
        {
            "start": 818297290,
            "stop": 818297508
        },
        {
            "start": 818297527,
            "stop": 818297684
        },
        {
            "start": 818297708,
            "stop": 818297845
        },
        {
            "start": 818297865,
            "stop": 818298270
        },
        {
            "start": 818298290,
            "stop": 818298516
        },
        {
            "start": 818298537,
            "stop": 818298592
        },
        {
            "start": 818298611,
            "stop": 818299315
        },
        {
            "start": 818299334,
            "stop": 818299630
        },
        {
            "start": 818299675,
            "stop": 818299712
        },
        {
            "start": 818299732,
            "stop": 818299818
        },
        {
            "start": 818299853,
            "stop": 818299881
        },
        {
            "start": 818299901,
            "stop": 818299959
        },
        {
            "start": 818299979,
            "stop": 818300016
        },
        {
            "start": 818300036,
            "stop": 818300087
        }
    ]
}