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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=754",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=752",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 753,
    "results": [
        {
            "start": 874190383,
            "stop": 874193688
        },
        {
            "start": 874194344,
            "stop": 874199626
        },
        {
            "start": 874199633,
            "stop": 874199835
        },
        {
            "start": 874199842,
            "stop": 874203041
        },
        {
            "start": 874203055,
            "stop": 874203210
        },
        {
            "start": 874203217,
            "stop": 874203275
        },
        {
            "start": 874203282,
            "stop": 874204362
        },
        {
            "start": 874204369,
            "stop": 874211257
        },
        {
            "start": 874211271,
            "stop": 874227031
        },
        {
            "start": 874227048,
            "stop": 874263011
        },
        {
            "start": 874263028,
            "stop": 874263348
        },
        {
            "start": 874267628,
            "stop": 874272862
        },
        {
            "start": 874273922,
            "stop": 874275422
        },
        {
            "start": 874277162,
            "stop": 874281510
        },
        {
            "start": 874281630,
            "stop": 874295070
        },
        {
            "start": 874295130,
            "stop": 874313427
        },
        {
            "start": 874318804,
            "stop": 874332450
        },
        {
            "start": 874332510,
            "stop": 874340679
        },
        {
            "start": 874341395,
            "stop": 874343851
        },
        {
            "start": 874343865,
            "stop": 874347305
        }
    ]
}