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=86
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=87",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=85",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 86,
    "results": [
        {
            "start": 816484961,
            "stop": 816488667
        },
        {
            "start": 816488787,
            "stop": 816489312
        },
        {
            "start": 816489344,
            "stop": 816492640
        },
        {
            "start": 816492672,
            "stop": 816493364
        },
        {
            "start": 816494067,
            "stop": 816494264
        },
        {
            "start": 816494664,
            "stop": 816498097
        },
        {
            "start": 816498100,
            "stop": 816500009
        },
        {
            "start": 816501988,
            "stop": 816503872
        },
        {
            "start": 816503904,
            "stop": 816526378
        },
        {
            "start": 816528561,
            "stop": 816534775
        },
        {
            "start": 816535419,
            "stop": 816536299
        },
        {
            "start": 816536300,
            "stop": 816539552
        },
        {
            "start": 816540032,
            "stop": 816540619
        },
        {
            "start": 816541312,
            "stop": 816541760
        },
        {
            "start": 816542240,
            "stop": 816545843
        },
        {
            "start": 816545845,
            "stop": 816547650
        },
        {
            "start": 816547770,
            "stop": 816548128
        },
        {
            "start": 816549216,
            "stop": 816549312
        },
        {
            "start": 816549760,
            "stop": 816550080
        },
        {
            "start": 816609952,
            "stop": 816611487
        }
    ]
}