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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7478",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7476",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7477,
    "results": [
        {
            "start": 970196530,
            "stop": 970196532
        },
        {
            "start": 970196535,
            "stop": 970196948
        },
        {
            "start": 970196951,
            "stop": 970196964
        },
        {
            "start": 970196970,
            "stop": 970197336
        },
        {
            "start": 970197339,
            "stop": 970197372
        },
        {
            "start": 970197375,
            "stop": 970198092
        },
        {
            "start": 970198095,
            "stop": 970198283
        },
        {
            "start": 970198286,
            "stop": 970198689
        },
        {
            "start": 970198692,
            "stop": 970198740
        },
        {
            "start": 970198743,
            "stop": 970199058
        },
        {
            "start": 970199061,
            "stop": 970199266
        },
        {
            "start": 970199277,
            "stop": 970199454
        },
        {
            "start": 970199457,
            "stop": 970199806
        },
        {
            "start": 970199810,
            "stop": 970200037
        },
        {
            "start": 970200040,
            "stop": 970200469
        },
        {
            "start": 970200472,
            "stop": 970202224
        },
        {
            "start": 970202227,
            "stop": 970202493
        },
        {
            "start": 970202496,
            "stop": 970202754
        },
        {
            "start": 970202757,
            "stop": 970202773
        },
        {
            "start": 970202776,
            "stop": 970202815
        }
    ]
}