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_CAT3/segments?format=api&page=38
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=39",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=37",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 38,
    "results": [
        {
            "start": 815924351,
            "stop": 815925706
        },
        {
            "start": 815925709,
            "stop": 815926220
        },
        {
            "start": 815926223,
            "stop": 815927360
        },
        {
            "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": 815943820
        },
        {
            "start": 815943823,
            "stop": 815945597
        },
        {
            "start": 815945600,
            "stop": 815946920
        },
        {
            "start": 815946923,
            "stop": 815947154
        },
        {
            "start": 815947158,
            "stop": 815949769
        },
        {
            "start": 815949786,
            "stop": 815950182
        },
        {
            "start": 815950185,
            "stop": 815950558
        },
        {
            "start": 815950561,
            "stop": 815950826
        }
    ]
}