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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=145",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=143",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 144,
    "results": [
        {
            "start": 838912331,
            "stop": 838924127
        },
        {
            "start": 838927282,
            "stop": 838966565
        },
        {
            "start": 838966571,
            "stop": 838992936
        },
        {
            "start": 838992937,
            "stop": 838997116
        },
        {
            "start": 838997318,
            "stop": 838999523
        },
        {
            "start": 838999535,
            "stop": 838999536
        },
        {
            "start": 838999544,
            "stop": 839000329
        },
        {
            "start": 839000331,
            "stop": 839004276
        },
        {
            "start": 839004284,
            "stop": 839004294
        },
        {
            "start": 839004378,
            "stop": 839006914
        },
        {
            "start": 839006922,
            "stop": 839006924
        },
        {
            "start": 839006932,
            "stop": 839008016
        },
        {
            "start": 839008022,
            "stop": 839020463
        },
        {
            "start": 839020464,
            "stop": 839020474
        },
        {
            "start": 839020475,
            "stop": 839020539
        },
        {
            "start": 839020547,
            "stop": 839020551
        },
        {
            "start": 839020565,
            "stop": 839020730
        },
        {
            "start": 839023957,
            "stop": 839025077
        },
        {
            "start": 839031724,
            "stop": 839032208
        },
        {
            "start": 839032209,
            "stop": 839033572
        }
    ]
}