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/H2_CBCHIGH_CAT4/segments?format=api&page=359
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=360",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=358",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 359,
    "results": [
        {
            "start": 821332298,
            "stop": 821332329
        },
        {
            "start": 821332332,
            "stop": 821332334
        },
        {
            "start": 821332355,
            "stop": 821332447
        },
        {
            "start": 821332487,
            "stop": 821332595
        },
        {
            "start": 821332614,
            "stop": 821332741
        },
        {
            "start": 821332786,
            "stop": 821332787
        },
        {
            "start": 821332806,
            "stop": 821332828
        },
        {
            "start": 821332831,
            "stop": 821332895
        },
        {
            "start": 821332914,
            "stop": 821332954
        },
        {
            "start": 821332973,
            "stop": 821333083
        },
        {
            "start": 821333086,
            "stop": 821333105
        },
        {
            "start": 821333124,
            "stop": 821333138
        },
        {
            "start": 821333157,
            "stop": 821333192
        },
        {
            "start": 821333195,
            "stop": 821333250
        },
        {
            "start": 821333253,
            "stop": 821333335
        },
        {
            "start": 821333354,
            "stop": 821333368
        },
        {
            "start": 821333387,
            "stop": 821333391
        },
        {
            "start": 821333410,
            "stop": 821333617
        },
        {
            "start": 821333636,
            "stop": 821333640
        },
        {
            "start": 821333676,
            "stop": 821333684
        }
    ]
}