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=4618
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=4619",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4617",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4618,
    "results": [
        {
            "start": 874205719,
            "stop": 874205951
        },
        {
            "start": 874205970,
            "stop": 874206075
        },
        {
            "start": 874206094,
            "stop": 874206200
        },
        {
            "start": 874206249,
            "stop": 874206256
        },
        {
            "start": 874206280,
            "stop": 874206315
        },
        {
            "start": 874206334,
            "stop": 874206358
        },
        {
            "start": 874206396,
            "stop": 874206409
        },
        {
            "start": 874206428,
            "stop": 874206575
        },
        {
            "start": 874206592,
            "stop": 874206784
        },
        {
            "start": 874206803,
            "stop": 874206858
        },
        {
            "start": 874206877,
            "stop": 874206886
        },
        {
            "start": 874206905,
            "stop": 874206973
        },
        {
            "start": 874206992,
            "stop": 874207012
        },
        {
            "start": 874207031,
            "stop": 874207104
        },
        {
            "start": 874207123,
            "stop": 874207211
        },
        {
            "start": 874207230,
            "stop": 874207232
        },
        {
            "start": 874207356,
            "stop": 874207364
        },
        {
            "start": 874207383,
            "stop": 874207421
        },
        {
            "start": 874207462,
            "stop": 874207518
        },
        {
            "start": 874207537,
            "stop": 874207554
        }
    ]
}