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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=169",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=167",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 168,
    "results": [
        {
            "start": 864435507,
            "stop": 864464147
        },
        {
            "start": 864464497,
            "stop": 864486213
        },
        {
            "start": 864506081,
            "stop": 864507622
        },
        {
            "start": 864507902,
            "stop": 864577330
        },
        {
            "start": 864577477,
            "stop": 864592272
        },
        {
            "start": 864593820,
            "stop": 864594237
        },
        {
            "start": 864595062,
            "stop": 864606921
        },
        {
            "start": 864607689,
            "stop": 864608706
        },
        {
            "start": 864608802,
            "stop": 864612149
        },
        {
            "start": 864613018,
            "stop": 864671221
        },
        {
            "start": 864671453,
            "stop": 864673445
        },
        {
            "start": 864674343,
            "stop": 864746563
        },
        {
            "start": 864746754,
            "stop": 864751172
        },
        {
            "start": 864752152,
            "stop": 864767657
        },
        {
            "start": 864768148,
            "stop": 864777336
        },
        {
            "start": 864778410,
            "stop": 864778535
        },
        {
            "start": 864779342,
            "stop": 864859053
        },
        {
            "start": 864860156,
            "stop": 864921844
        },
        {
            "start": 864922035,
            "stop": 864963831
        },
        {
            "start": 864968791,
            "stop": 865015541
        }
    ]
}