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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=41",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=39",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 40,
    "results": [
        {
            "start": 823150255,
            "stop": 823150688
        },
        {
            "start": 823150782,
            "stop": 823159777
        },
        {
            "start": 823159956,
            "stop": 823164119
        },
        {
            "start": 823166732,
            "stop": 823167112
        },
        {
            "start": 823168135,
            "stop": 823169555
        },
        {
            "start": 823169652,
            "stop": 823189611
        },
        {
            "start": 823189803,
            "stop": 823193570
        },
        {
            "start": 823194331,
            "stop": 823194601
        },
        {
            "start": 823196478,
            "stop": 823199146
        },
        {
            "start": 823199479,
            "stop": 823212625
        },
        {
            "start": 823212689,
            "stop": 823242637
        },
        {
            "start": 823245743,
            "stop": 823247628
        },
        {
            "start": 823249087,
            "stop": 823255068
        },
        {
            "start": 823255134,
            "stop": 823265553
        },
        {
            "start": 823265706,
            "stop": 823266189
        },
        {
            "start": 823269931,
            "stop": 823270818
        },
        {
            "start": 823271927,
            "stop": 823272141
        },
        {
            "start": 823273012,
            "stop": 823275204
        },
        {
            "start": 823289327,
            "stop": 823292120
        },
        {
            "start": 823293432,
            "stop": 823297149
        }
    ]
}