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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5085",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5083",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5084,
    "results": [
        {
            "start": 874629853,
            "stop": 874629892
        },
        {
            "start": 874629899,
            "stop": 874629980
        },
        {
            "start": 874629993,
            "stop": 874630104
        },
        {
            "start": 874630111,
            "stop": 874630297
        },
        {
            "start": 874630304,
            "stop": 874630361
        },
        {
            "start": 874630368,
            "stop": 874630432
        },
        {
            "start": 874630439,
            "stop": 874630528
        },
        {
            "start": 874630535,
            "stop": 874630572
        },
        {
            "start": 874630579,
            "stop": 874630618
        },
        {
            "start": 874630625,
            "stop": 874630646
        },
        {
            "start": 874630653,
            "stop": 874630830
        },
        {
            "start": 874630842,
            "stop": 874630874
        },
        {
            "start": 874630881,
            "stop": 874630919
        },
        {
            "start": 874630926,
            "stop": 874630993
        },
        {
            "start": 874631003,
            "stop": 874631005
        },
        {
            "start": 874631013,
            "stop": 874631015
        },
        {
            "start": 874631022,
            "stop": 874631060
        },
        {
            "start": 874631067,
            "stop": 874631134
        },
        {
            "start": 874631142,
            "stop": 874631163
        },
        {
            "start": 874631170,
            "stop": 874631201
        }
    ]
}