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=253
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=254",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=252",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 253,
    "results": [
        {
            "start": 827761937,
            "stop": 827762788
        },
        {
            "start": 827762791,
            "stop": 827764030
        },
        {
            "start": 827764035,
            "stop": 827768946
        },
        {
            "start": 827768952,
            "stop": 827769450
        },
        {
            "start": 827769510,
            "stop": 827770050
        },
        {
            "start": 827770110,
            "stop": 827771490
        },
        {
            "start": 827771550,
            "stop": 827771566
        },
        {
            "start": 827771676,
            "stop": 827772073
        },
        {
            "start": 827772373,
            "stop": 827772410
        },
        {
            "start": 827772415,
            "stop": 827772420
        },
        {
            "start": 827772757,
            "stop": 827772934
        },
        {
            "start": 827773356,
            "stop": 827775697
        },
        {
            "start": 827775703,
            "stop": 827775907
        },
        {
            "start": 827775913,
            "stop": 827777993
        },
        {
            "start": 827778144,
            "stop": 827778332
        },
        {
            "start": 827778338,
            "stop": 827778340
        },
        {
            "start": 827778345,
            "stop": 827778347
        },
        {
            "start": 827778360,
            "stop": 827778362
        },
        {
            "start": 827778415,
            "stop": 827778440
        },
        {
            "start": 827778445,
            "stop": 827778447
        }
    ]
}