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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4859",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4857",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4858,
    "results": [
        {
            "start": 874745588,
            "stop": 874745638
        },
        {
            "start": 874745657,
            "stop": 874745791
        },
        {
            "start": 874745810,
            "stop": 874745995
        },
        {
            "start": 874746025,
            "stop": 874746059
        },
        {
            "start": 874746078,
            "stop": 874746107
        },
        {
            "start": 874746126,
            "stop": 874746186
        },
        {
            "start": 874746206,
            "stop": 874746364
        },
        {
            "start": 874746383,
            "stop": 874746447
        },
        {
            "start": 874746482,
            "stop": 874746639
        },
        {
            "start": 874746658,
            "stop": 874746704
        },
        {
            "start": 874746723,
            "stop": 874746777
        },
        {
            "start": 874746816,
            "stop": 874746825
        },
        {
            "start": 874746844,
            "stop": 874746850
        },
        {
            "start": 874746869,
            "stop": 874746877
        },
        {
            "start": 874746897,
            "stop": 874746925
        },
        {
            "start": 874746944,
            "stop": 874747043
        },
        {
            "start": 874747062,
            "stop": 874747181
        },
        {
            "start": 874747200,
            "stop": 874747340
        },
        {
            "start": 874747359,
            "stop": 874747440
        },
        {
            "start": 874747560,
            "stop": 874747650
        }
    ]
}