Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=203
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=204",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=202",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 203,
    "results": [
        {
            "start": 827026545,
            "stop": 827026552
        },
        {
            "start": 827026554,
            "stop": 827026565
        },
        {
            "start": 827026567,
            "stop": 827026642
        },
        {
            "start": 827026644,
            "stop": 827026649
        },
        {
            "start": 827026651,
            "stop": 827026703
        },
        {
            "start": 827026705,
            "stop": 827026724
        },
        {
            "start": 827026726,
            "stop": 827026738
        },
        {
            "start": 827026741,
            "stop": 827026756
        },
        {
            "start": 827026758,
            "stop": 827026759
        },
        {
            "start": 827026762,
            "stop": 827026766
        },
        {
            "start": 827026768,
            "stop": 827026784
        },
        {
            "start": 827026786,
            "stop": 827026829
        },
        {
            "start": 827026831,
            "stop": 827026834
        },
        {
            "start": 827026836,
            "stop": 827026845
        },
        {
            "start": 827026847,
            "stop": 827027177
        },
        {
            "start": 827027179,
            "stop": 827027897
        },
        {
            "start": 827027899,
            "stop": 827028303
        },
        {
            "start": 827028305,
            "stop": 827029185
        },
        {
            "start": 827029187,
            "stop": 827029192
        },
        {
            "start": 827029199,
            "stop": 827029203
        }
    ]
}