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=66
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=67",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=65",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 66,
    "results": [
        {
            "start": 817495260,
            "stop": 817495620
        },
        {
            "start": 817495680,
            "stop": 817495740
        },
        {
            "start": 817495860,
            "stop": 817495920
        },
        {
            "start": 817495980,
            "stop": 817496040
        },
        {
            "start": 817497517,
            "stop": 817498020
        },
        {
            "start": 817498080,
            "stop": 817498200
        },
        {
            "start": 817498260,
            "stop": 817498740
        },
        {
            "start": 817498800,
            "stop": 817499270
        },
        {
            "start": 817499460,
            "stop": 817499640
        },
        {
            "start": 817499700,
            "stop": 817499760
        },
        {
            "start": 817499820,
            "stop": 817499880
        },
        {
            "start": 817499940,
            "stop": 817500240
        },
        {
            "start": 817500420,
            "stop": 817500780
        },
        {
            "start": 817500900,
            "stop": 817500960
        },
        {
            "start": 817501200,
            "stop": 817501920
        },
        {
            "start": 817501980,
            "stop": 817502041
        },
        {
            "start": 817502095,
            "stop": 817502280
        },
        {
            "start": 817502340,
            "stop": 817502400
        },
        {
            "start": 817502520,
            "stop": 817502580
        },
        {
            "start": 817502640,
            "stop": 817502880
        }
    ]
}