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=7423
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=7424",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7422",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7423,
    "results": [
        {
            "start": 969922582,
            "stop": 969922606
        },
        {
            "start": 969922609,
            "stop": 969922667
        },
        {
            "start": 969922847,
            "stop": 969923114
        },
        {
            "start": 969923120,
            "stop": 969923235
        },
        {
            "start": 969923238,
            "stop": 969923566
        },
        {
            "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
        }
    ]
}