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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4932",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4930",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4931,
    "results": [
        {
            "start": 875213486,
            "stop": 875213491
        },
        {
            "start": 875213510,
            "stop": 875213513
        },
        {
            "start": 875213534,
            "stop": 875213592
        },
        {
            "start": 875213611,
            "stop": 875213626
        },
        {
            "start": 875213646,
            "stop": 875213676
        },
        {
            "start": 875213706,
            "stop": 875213773
        },
        {
            "start": 875213811,
            "stop": 875213815
        },
        {
            "start": 875213834,
            "stop": 875213866
        },
        {
            "start": 875213885,
            "stop": 875213903
        },
        {
            "start": 875213937,
            "stop": 875213983
        },
        {
            "start": 875214006,
            "stop": 875214018
        },
        {
            "start": 875214056,
            "stop": 875214057
        },
        {
            "start": 875214076,
            "stop": 875214081
        },
        {
            "start": 875214107,
            "stop": 875214114
        },
        {
            "start": 875214148,
            "stop": 875214152
        },
        {
            "start": 875214173,
            "stop": 875214197
        },
        {
            "start": 875214216,
            "stop": 875214247
        },
        {
            "start": 875214378,
            "stop": 875214505
        },
        {
            "start": 875214635,
            "stop": 875214694
        },
        {
            "start": 875214713,
            "stop": 875214769
        }
    ]
}