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=79
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=80",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=78",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 79,
    "results": [
        {
            "start": 816279410,
            "stop": 816279458
        },
        {
            "start": 816279461,
            "stop": 816279480
        },
        {
            "start": 816279483,
            "stop": 816279511
        },
        {
            "start": 816279514,
            "stop": 816279574
        },
        {
            "start": 816279577,
            "stop": 816279685
        },
        {
            "start": 816279689,
            "stop": 816279694
        },
        {
            "start": 816279697,
            "stop": 816279739
        },
        {
            "start": 816279742,
            "stop": 816280019
        },
        {
            "start": 816280022,
            "stop": 816280045
        },
        {
            "start": 816280234,
            "stop": 816280305
        },
        {
            "start": 816280308,
            "stop": 816280384
        },
        {
            "start": 816281864,
            "stop": 816282121
        },
        {
            "start": 816282124,
            "stop": 816282386
        },
        {
            "start": 816282389,
            "stop": 816282779
        },
        {
            "start": 816282782,
            "stop": 816282915
        },
        {
            "start": 816282918,
            "stop": 816282940
        },
        {
            "start": 816282943,
            "stop": 816282946
        },
        {
            "start": 816282949,
            "stop": 816283019
        },
        {
            "start": 816283022,
            "stop": 816283128
        },
        {
            "start": 816283131,
            "stop": 816283188
        }
    ]
}