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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4921",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4919",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4920,
    "results": [
        {
            "start": 875193476,
            "stop": 875193502
        },
        {
            "start": 875193521,
            "stop": 875193646
        },
        {
            "start": 875193665,
            "stop": 875193738
        },
        {
            "start": 875193757,
            "stop": 875193922
        },
        {
            "start": 875193941,
            "stop": 875193972
        },
        {
            "start": 875193991,
            "stop": 875194030
        },
        {
            "start": 875194049,
            "stop": 875194177
        },
        {
            "start": 875194196,
            "stop": 875194249
        },
        {
            "start": 875194268,
            "stop": 875194317
        },
        {
            "start": 875194352,
            "stop": 875194578
        },
        {
            "start": 875194597,
            "stop": 875194752
        },
        {
            "start": 875194771,
            "stop": 875194905
        },
        {
            "start": 875194940,
            "stop": 875194945
        },
        {
            "start": 875194978,
            "stop": 875195051
        },
        {
            "start": 875195071,
            "stop": 875195078
        },
        {
            "start": 875195097,
            "stop": 875195217
        },
        {
            "start": 875195243,
            "stop": 875195259
        },
        {
            "start": 875195285,
            "stop": 875195323
        },
        {
            "start": 875195342,
            "stop": 875195358
        },
        {
            "start": 875195377,
            "stop": 875195436
        }
    ]
}