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/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=717
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=718",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=716",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 717,
    "results": [
        {
            "start": 830392203,
            "stop": 830392204
        },
        {
            "start": 830392209,
            "stop": 830392229
        },
        {
            "start": 830392320,
            "stop": 830392590
        },
        {
            "start": 830392710,
            "stop": 830392783
        },
        {
            "start": 830392787,
            "stop": 830392843
        },
        {
            "start": 830392846,
            "stop": 830392995
        },
        {
            "start": 830392998,
            "stop": 830393010
        },
        {
            "start": 830393070,
            "stop": 830393100
        },
        {
            "start": 830393160,
            "stop": 830393173
        },
        {
            "start": 830393176,
            "stop": 830393179
        },
        {
            "start": 830393183,
            "stop": 830393187
        },
        {
            "start": 830393190,
            "stop": 830393233
        },
        {
            "start": 830393247,
            "stop": 830393326
        },
        {
            "start": 830393330,
            "stop": 830393336
        },
        {
            "start": 830393339,
            "stop": 830393477
        },
        {
            "start": 830393486,
            "stop": 830393566
        },
        {
            "start": 830393569,
            "stop": 830393575
        },
        {
            "start": 830393579,
            "stop": 830393585
        },
        {
            "start": 830393588,
            "stop": 830393610
        },
        {
            "start": 830393670,
            "stop": 830393690
        }
    ]
}