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=243
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=244",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=242",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 243,
    "results": [
        {
            "start": 827408578,
            "stop": 827408584
        },
        {
            "start": 827408586,
            "stop": 827408605
        },
        {
            "start": 827408637,
            "stop": 827408643
        },
        {
            "start": 827408651,
            "stop": 827408653
        },
        {
            "start": 827408659,
            "stop": 827408664
        },
        {
            "start": 827408666,
            "stop": 827408667
        },
        {
            "start": 827408669,
            "stop": 827408674
        },
        {
            "start": 827408678,
            "stop": 827408706
        },
        {
            "start": 827408713,
            "stop": 827408719
        },
        {
            "start": 827408721,
            "stop": 827408724
        },
        {
            "start": 827408726,
            "stop": 827408728
        },
        {
            "start": 827408729,
            "stop": 827408737
        },
        {
            "start": 827408740,
            "stop": 827408752
        },
        {
            "start": 827408754,
            "stop": 827408758
        },
        {
            "start": 827408762,
            "stop": 827408764
        },
        {
            "start": 827408766,
            "stop": 827408767
        },
        {
            "start": 827408775,
            "stop": 827408779
        },
        {
            "start": 827408786,
            "stop": 827408791
        },
        {
            "start": 827408796,
            "stop": 827408818
        },
        {
            "start": 827408823,
            "stop": 827408830
        }
    ]
}