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=4678
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=4679",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4677",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4678,
    "results": [
        {
            "start": 874336621,
            "stop": 874336671
        },
        {
            "start": 874336705,
            "stop": 874336713
        },
        {
            "start": 874336733,
            "stop": 874336757
        },
        {
            "start": 874336791,
            "stop": 874336826
        },
        {
            "start": 874336878,
            "stop": 874336906
        },
        {
            "start": 874336925,
            "stop": 874336974
        },
        {
            "start": 874336993,
            "stop": 874336994
        },
        {
            "start": 874337026,
            "stop": 874337051
        },
        {
            "start": 874337073,
            "stop": 874337097
        },
        {
            "start": 874337126,
            "stop": 874337136
        },
        {
            "start": 874337176,
            "stop": 874337211
        },
        {
            "start": 874337230,
            "stop": 874337383
        },
        {
            "start": 874337402,
            "stop": 874337454
        },
        {
            "start": 874337473,
            "stop": 874337475
        },
        {
            "start": 874337495,
            "stop": 874337535
        },
        {
            "start": 874337554,
            "stop": 874337567
        },
        {
            "start": 874337587,
            "stop": 874337652
        },
        {
            "start": 874337682,
            "stop": 874337711
        },
        {
            "start": 874337730,
            "stop": 874337736
        },
        {
            "start": 874337765,
            "stop": 874337819
        }
    ]
}