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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8782",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8780",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8781,
    "results": [
        {
            "start": 873402960,
            "stop": 873404881
        },
        {
            "start": 873405085,
            "stop": 873406800
        },
        {
            "start": 873406860,
            "stop": 873411733
        },
        {
            "start": 873411737,
            "stop": 873412412
        },
        {
            "start": 873412532,
            "stop": 873413430
        },
        {
            "start": 873413730,
            "stop": 873413757
        },
        {
            "start": 873413877,
            "stop": 873413984
        },
        {
            "start": 873415858,
            "stop": 873415872
        },
        {
            "start": 873416172,
            "stop": 873417571
        },
        {
            "start": 873417691,
            "stop": 873418291
        },
        {
            "start": 873418411,
            "stop": 873419151
        },
        {
            "start": 873419158,
            "stop": 873419161
        },
        {
            "start": 873419175,
            "stop": 873419394
        },
        {
            "start": 873419419,
            "stop": 873419451
        },
        {
            "start": 873419571,
            "stop": 873419640
        },
        {
            "start": 873420240,
            "stop": 873422571
        },
        {
            "start": 873422691,
            "stop": 873424459
        },
        {
            "start": 873435300,
            "stop": 873435420
        },
        {
            "start": 873435480,
            "stop": 873435660
        },
        {
            "start": 873435720,
            "stop": 873435840
        }
    ]
}