Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=43
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=44",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=42",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 43,
    "results": [
        {
            "start": 815927363,
            "stop": 815927370
        },
        {
            "start": 815927430,
            "stop": 815928330
        },
        {
            "start": 815928390,
            "stop": 815929042
        },
        {
            "start": 815929046,
            "stop": 815929695
        },
        {
            "start": 815929698,
            "stop": 815930603
        },
        {
            "start": 815930606,
            "stop": 815930708
        },
        {
            "start": 815930711,
            "stop": 815933430
        },
        {
            "start": 815933490,
            "stop": 815935650
        },
        {
            "start": 815935710,
            "stop": 815941068
        },
        {
            "start": 815942702,
            "stop": 815943107
        },
        {
            "start": 815943227,
            "stop": 815943482
        },
        {
            "start": 815943602,
            "stop": 815943820
        },
        {
            "start": 815943823,
            "stop": 815945597
        },
        {
            "start": 815945600,
            "stop": 815945983
        },
        {
            "start": 815946103,
            "stop": 815946104
        },
        {
            "start": 815946224,
            "stop": 815946920
        },
        {
            "start": 815946923,
            "stop": 815947043
        },
        {
            "start": 815947163,
            "stop": 815949769
        },
        {
            "start": 815949786,
            "stop": 815950182
        },
        {
            "start": 815950185,
            "stop": 815950558
        }
    ]
}