Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3723
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3724",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3722",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3723,
    "results": [
        {
            "start": 873414338,
            "stop": 873415558
        },
        {
            "start": 873415858,
            "stop": 873415872
        },
        {
            "start": 873416172,
            "stop": 873417262
        },
        {
            "start": 873417279,
            "stop": 873418764
        },
        {
            "start": 873418781,
            "stop": 873419153
        },
        {
            "start": 873419156,
            "stop": 873419163
        },
        {
            "start": 873419167,
            "stop": 873419170
        },
        {
            "start": 873419173,
            "stop": 873419396
        },
        {
            "start": 873419406,
            "stop": 873419410
        },
        {
            "start": 873419417,
            "stop": 873419700
        },
        {
            "start": 873420180,
            "stop": 873421920
        },
        {
            "start": 873421937,
            "stop": 873424459
        },
        {
            "start": 873433380,
            "stop": 873433440
        },
        {
            "start": 873433680,
            "stop": 873433740
        },
        {
            "start": 873433980,
            "stop": 873434040
        },
        {
            "start": 873434100,
            "stop": 873434160
        },
        {
            "start": 873434220,
            "stop": 873434280
        },
        {
            "start": 873434400,
            "stop": 873434640
        },
        {
            "start": 873434700,
            "stop": 873434999
        },
        {
            "start": 873435180,
            "stop": 873435990
        }
    ]
}