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=4836
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=4837",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4835",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4836,
    "results": [
        {
            "start": 874705086,
            "stop": 874705159
        },
        {
            "start": 874705179,
            "stop": 874705216
        },
        {
            "start": 874705252,
            "stop": 874705258
        },
        {
            "start": 874705292,
            "stop": 874705296
        },
        {
            "start": 874705328,
            "stop": 874705369
        },
        {
            "start": 874705389,
            "stop": 874705402
        },
        {
            "start": 874705421,
            "stop": 874705439
        },
        {
            "start": 874705482,
            "stop": 874705490
        },
        {
            "start": 874705509,
            "stop": 874705518
        },
        {
            "start": 874705537,
            "stop": 874705560
        },
        {
            "start": 874705579,
            "stop": 874705585
        },
        {
            "start": 874705604,
            "stop": 874705658
        },
        {
            "start": 874705678,
            "stop": 874705689
        },
        {
            "start": 874705709,
            "stop": 874705711
        },
        {
            "start": 874705753,
            "stop": 874705757
        },
        {
            "start": 874705806,
            "stop": 874705819
        },
        {
            "start": 874705848,
            "stop": 874705851
        },
        {
            "start": 874705871,
            "stop": 874705888
        },
        {
            "start": 874705907,
            "stop": 874705910
        },
        {
            "start": 874705930,
            "stop": 874705932
        }
    ]
}