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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=385",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=383",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 384,
    "results": [
        {
            "start": 934967044,
            "stop": 934970535
        },
        {
            "start": 934970539,
            "stop": 934970554
        },
        {
            "start": 934970557,
            "stop": 934970580
        },
        {
            "start": 934970582,
            "stop": 934970584
        },
        {
            "start": 934970586,
            "stop": 934970592
        },
        {
            "start": 934970595,
            "stop": 934970612
        },
        {
            "start": 934970614,
            "stop": 934970619
        },
        {
            "start": 934970621,
            "stop": 934970634
        },
        {
            "start": 934970639,
            "stop": 934974180
        },
        {
            "start": 934974183,
            "stop": 934974184
        },
        {
            "start": 934974186,
            "stop": 934974193
        },
        {
            "start": 934974195,
            "stop": 934974213
        },
        {
            "start": 934974215,
            "stop": 934974219
        },
        {
            "start": 934974221,
            "stop": 934974227
        },
        {
            "start": 934974229,
            "stop": 934974235
        },
        {
            "start": 934974239,
            "stop": 934977663
        },
        {
            "start": 935129407,
            "stop": 935132568
        },
        {
            "start": 935132571,
            "stop": 935132575
        },
        {
            "start": 935132578,
            "stop": 935132595
        },
        {
            "start": 935132598,
            "stop": 935132604
        }
    ]
}