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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=286",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=284",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 285,
    "results": [
        {
            "start": 857741130,
            "stop": 857741151
        },
        {
            "start": 857741168,
            "stop": 857741175
        },
        {
            "start": 857741179,
            "stop": 857741188
        },
        {
            "start": 857741202,
            "stop": 857741217
        },
        {
            "start": 857741230,
            "stop": 857741236
        },
        {
            "start": 857741239,
            "stop": 857741242
        },
        {
            "start": 857741246,
            "stop": 857741284
        },
        {
            "start": 857741308,
            "stop": 857741371
        },
        {
            "start": 857741384,
            "stop": 857741390
        },
        {
            "start": 857741408,
            "stop": 857741411
        },
        {
            "start": 857741419,
            "stop": 857741445
        },
        {
            "start": 857741449,
            "stop": 857741473
        },
        {
            "start": 857741476,
            "stop": 857741535
        },
        {
            "start": 857741540,
            "stop": 857741633
        },
        {
            "start": 857741637,
            "stop": 857741660
        },
        {
            "start": 857741663,
            "stop": 857741710
        },
        {
            "start": 857741714,
            "stop": 857741754
        },
        {
            "start": 857741763,
            "stop": 857741813
        },
        {
            "start": 857741822,
            "stop": 857741837
        },
        {
            "start": 857741840,
            "stop": 857741846
        }
    ]
}