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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7440",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7438",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7439,
    "results": [
        {
            "start": 969923569,
            "stop": 969923649
        },
        {
            "start": 969923683,
            "stop": 969923752
        },
        {
            "start": 969923773,
            "stop": 969923875
        },
        {
            "start": 969923915,
            "stop": 969923955
        },
        {
            "start": 969923995,
            "stop": 969924082
        },
        {
            "start": 969924085,
            "stop": 969924194
        },
        {
            "start": 969924197,
            "stop": 969924560
        },
        {
            "start": 969924563,
            "stop": 969924702
        },
        {
            "start": 969924705,
            "stop": 969924874
        },
        {
            "start": 969924877,
            "stop": 969926408
        },
        {
            "start": 969926411,
            "stop": 969927073
        },
        {
            "start": 969927076,
            "stop": 969927751
        },
        {
            "start": 969927754,
            "stop": 969928969
        },
        {
            "start": 969928972,
            "stop": 969929365
        },
        {
            "start": 969929368,
            "stop": 969930465
        },
        {
            "start": 969930468,
            "stop": 969930587
        },
        {
            "start": 969930707,
            "stop": 969931342
        },
        {
            "start": 969931345,
            "stop": 969931372
        },
        {
            "start": 969931375,
            "stop": 969931487
        },
        {
            "start": 969931547,
            "stop": 969931667
        }
    ]
}