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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=89",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=87",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 88,
    "results": [
        {
            "start": 931461746,
            "stop": 931462093
        },
        {
            "start": 931462099,
            "stop": 931462110
        },
        {
            "start": 931462116,
            "stop": 931462128
        },
        {
            "start": 931462139,
            "stop": 931462149
        },
        {
            "start": 931462155,
            "stop": 931462361
        },
        {
            "start": 931462367,
            "stop": 931462653
        },
        {
            "start": 931462659,
            "stop": 931462743
        },
        {
            "start": 931462749,
            "stop": 931462897
        },
        {
            "start": 931462908,
            "stop": 931462971
        },
        {
            "start": 931462987,
            "stop": 931462991
        },
        {
            "start": 931462998,
            "stop": 931463009
        },
        {
            "start": 931463014,
            "stop": 931463024
        },
        {
            "start": 931463038,
            "stop": 931463063
        },
        {
            "start": 931463070,
            "stop": 931463094
        },
        {
            "start": 931463100,
            "stop": 931463144
        },
        {
            "start": 931463150,
            "stop": 931463153
        },
        {
            "start": 931463159,
            "stop": 931463174
        },
        {
            "start": 931463180,
            "stop": 931463187
        },
        {
            "start": 931463192,
            "stop": 931463297
        },
        {
            "start": 931463303,
            "stop": 931463316
        }
    ]
}