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=2024
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=2025",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2023",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2024,
    "results": [
        {
            "start": 858793901,
            "stop": 858797810
        },
        {
            "start": 858798265,
            "stop": 858798436
        },
        {
            "start": 858798736,
            "stop": 858799573
        },
        {
            "start": 858800050,
            "stop": 858803970
        },
        {
            "start": 858804090,
            "stop": 858805110
        },
        {
            "start": 858805265,
            "stop": 858805275
        },
        {
            "start": 858805278,
            "stop": 858805280
        },
        {
            "start": 858805968,
            "stop": 858806095
        },
        {
            "start": 858806395,
            "stop": 858806728
        },
        {
            "start": 858811192,
            "stop": 858811350
        },
        {
            "start": 858811470,
            "stop": 858818918
        },
        {
            "start": 858825932,
            "stop": 858885531
        },
        {
            "start": 858888373,
            "stop": 858892004
        },
        {
            "start": 858892720,
            "stop": 858898252
        },
        {
            "start": 858898254,
            "stop": 858900060
        },
        {
            "start": 858900063,
            "stop": 858901046
        },
        {
            "start": 858901048,
            "stop": 858949502
        },
        {
            "start": 858949508,
            "stop": 858949520
        },
        {
            "start": 858949525,
            "stop": 858951734
        },
        {
            "start": 858951844,
            "stop": 858951866
        }
    ]
}