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=2075
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=2076",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2074",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2075,
    "results": [
        {
            "start": 862706506,
            "stop": 862706588
        },
        {
            "start": 862706698,
            "stop": 862706840
        },
        {
            "start": 862706847,
            "stop": 862708355
        },
        {
            "start": 862708655,
            "stop": 862708806
        },
        {
            "start": 862708916,
            "stop": 862709725
        },
        {
            "start": 862710025,
            "stop": 862710070
        },
        {
            "start": 862710180,
            "stop": 862710783
        },
        {
            "start": 862711083,
            "stop": 862711632
        },
        {
            "start": 862712091,
            "stop": 862712159
        },
        {
            "start": 862712161,
            "stop": 862712327
        },
        {
            "start": 862712437,
            "stop": 862713025
        },
        {
            "start": 862713325,
            "stop": 862713433
        },
        {
            "start": 862713482,
            "stop": 862713546
        },
        {
            "start": 862713656,
            "stop": 862714093
        },
        {
            "start": 862714393,
            "stop": 862716150
        },
        {
            "start": 862716210,
            "stop": 862716230
        },
        {
            "start": 862716340,
            "stop": 862716408
        },
        {
            "start": 862716708,
            "stop": 862732033
        },
        {
            "start": 862734309,
            "stop": 862756710
        },
        {
            "start": 862756715,
            "stop": 862756745
        }
    ]
}