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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=121",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=119",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 120,
    "results": [
        {
            "start": 931453616,
            "stop": 931453645
        },
        {
            "start": 931453646,
            "stop": 931453689
        },
        {
            "start": 931453691,
            "stop": 931453698
        },
        {
            "start": 931453703,
            "stop": 931453720
        },
        {
            "start": 931453726,
            "stop": 931453736
        },
        {
            "start": 931453740,
            "stop": 931453741
        },
        {
            "start": 931453746,
            "stop": 931453752
        },
        {
            "start": 931453759,
            "stop": 931453760
        },
        {
            "start": 931453770,
            "stop": 931453771
        },
        {
            "start": 931453773,
            "stop": 931453788
        },
        {
            "start": 931453790,
            "stop": 931453799
        },
        {
            "start": 931453800,
            "stop": 931453813
        },
        {
            "start": 931453814,
            "stop": 931453861
        },
        {
            "start": 931453862,
            "stop": 931453910
        },
        {
            "start": 931453912,
            "stop": 931453913
        },
        {
            "start": 931453917,
            "stop": 931453918
        },
        {
            "start": 931453920,
            "stop": 931453923
        },
        {
            "start": 931453925,
            "stop": 931453926
        },
        {
            "start": 931453928,
            "stop": 931453935
        },
        {
            "start": 931453939,
            "stop": 931453984
        }
    ]
}