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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=153",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=151",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 152,
    "results": [
        {
            "start": 819718110,
            "stop": 819718750
        },
        {
            "start": 819718754,
            "stop": 819718966
        },
        {
            "start": 819718969,
            "stop": 819719066
        },
        {
            "start": 819719069,
            "stop": 819719825
        },
        {
            "start": 819719828,
            "stop": 819720000
        },
        {
            "start": 819720001,
            "stop": 819720010
        },
        {
            "start": 819720013,
            "stop": 819720514
        },
        {
            "start": 819720517,
            "stop": 819721023
        },
        {
            "start": 819721026,
            "stop": 819721103
        },
        {
            "start": 819721106,
            "stop": 819721213
        },
        {
            "start": 819721216,
            "stop": 819721858
        },
        {
            "start": 819721862,
            "stop": 819721935
        },
        {
            "start": 819721938,
            "stop": 819722237
        },
        {
            "start": 819722240,
            "stop": 819722451
        },
        {
            "start": 819722454,
            "stop": 819722722
        },
        {
            "start": 819722725,
            "stop": 819723107
        },
        {
            "start": 819723111,
            "stop": 819723139
        },
        {
            "start": 819723142,
            "stop": 819723241
        },
        {
            "start": 819723244,
            "stop": 819723288
        },
        {
            "start": 819723291,
            "stop": 819723320
        }
    ]
}