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/H1_CBCLOW_CAT4/segments?format=api&page=8876
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8877",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8875",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8876,
    "results": [
        {
            "start": 874971610,
            "stop": 874972628
        },
        {
            "start": 874972810,
            "stop": 874973199
        },
        {
            "start": 874973319,
            "stop": 874973330
        },
        {
            "start": 874973410,
            "stop": 874973690
        },
        {
            "start": 874973810,
            "stop": 874973880
        },
        {
            "start": 874973940,
            "stop": 874974266
        },
        {
            "start": 874974386,
            "stop": 874975250
        },
        {
            "start": 874975500,
            "stop": 874976086
        },
        {
            "start": 874976103,
            "stop": 874977120
        },
        {
            "start": 874977180,
            "stop": 874977270
        },
        {
            "start": 874977480,
            "stop": 874977600
        },
        {
            "start": 874977900,
            "stop": 874977960
        },
        {
            "start": 874986318,
            "stop": 874986360
        },
        {
            "start": 874987620,
            "stop": 874987680
        },
        {
            "start": 874988100,
            "stop": 874988160
        },
        {
            "start": 874988220,
            "stop": 874988280
        },
        {
            "start": 874988760,
            "stop": 874988940
        },
        {
            "start": 874989000,
            "stop": 874989279
        },
        {
            "start": 874989296,
            "stop": 874989300
        },
        {
            "start": 874989420,
            "stop": 874989776
        }
    ]
}