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=53
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=54",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=52",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 53,
    "results": [
        {
            "start": 816165418,
            "stop": 816165475
        },
        {
            "start": 816165478,
            "stop": 816165588
        },
        {
            "start": 816165591,
            "stop": 816165609
        },
        {
            "start": 816165613,
            "stop": 816165732
        },
        {
            "start": 816165735,
            "stop": 816165829
        },
        {
            "start": 816165832,
            "stop": 816166511
        },
        {
            "start": 816166514,
            "stop": 816166559
        },
        {
            "start": 816166562,
            "stop": 816166779
        },
        {
            "start": 816166782,
            "stop": 816166885
        },
        {
            "start": 816166888,
            "stop": 816167080
        },
        {
            "start": 816167083,
            "stop": 816167105
        },
        {
            "start": 816167109,
            "stop": 816167209
        },
        {
            "start": 816167212,
            "stop": 816167374
        },
        {
            "start": 816167377,
            "stop": 816167577
        },
        {
            "start": 816167580,
            "stop": 816167789
        },
        {
            "start": 816167792,
            "stop": 816168256
        },
        {
            "start": 816168259,
            "stop": 816168323
        },
        {
            "start": 816168326,
            "stop": 816168643
        },
        {
            "start": 816168646,
            "stop": 816168925
        },
        {
            "start": 816168929,
            "stop": 816169041
        }
    ]
}