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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=80",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=78",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 79,
    "results": [
        {
            "start": 931453428,
            "stop": 931453429
        },
        {
            "start": 931453437,
            "stop": 931453459
        },
        {
            "start": 931453465,
            "stop": 931453475
        },
        {
            "start": 931453485,
            "stop": 931453487
        },
        {
            "start": 931453498,
            "stop": 931453503
        },
        {
            "start": 931453509,
            "stop": 931453526
        },
        {
            "start": 931453534,
            "stop": 931453537
        },
        {
            "start": 931453553,
            "stop": 931453556
        },
        {
            "start": 931453584,
            "stop": 931453594
        },
        {
            "start": 931453610,
            "stop": 931453612
        },
        {
            "start": 931453620,
            "stop": 931453645
        },
        {
            "start": 931453650,
            "stop": 931453689
        },
        {
            "start": 931453695,
            "stop": 931453698
        },
        {
            "start": 931453707,
            "stop": 931453720
        },
        {
            "start": 931453730,
            "stop": 931453736
        },
        {
            "start": 931453750,
            "stop": 931453752
        },
        {
            "start": 931453777,
            "stop": 931453788
        },
        {
            "start": 931453794,
            "stop": 931453799
        },
        {
            "start": 931453804,
            "stop": 931453813
        },
        {
            "start": 931453818,
            "stop": 931453861
        }
    ]
}