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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=179",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=177",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 178,
    "results": [
        {
            "start": 826932129,
            "stop": 826932132
        },
        {
            "start": 826932138,
            "stop": 826932141
        },
        {
            "start": 826932146,
            "stop": 826932151
        },
        {
            "start": 826932153,
            "stop": 826932159
        },
        {
            "start": 826932162,
            "stop": 826932163
        },
        {
            "start": 826932168,
            "stop": 826932235
        },
        {
            "start": 826932240,
            "stop": 826932529
        },
        {
            "start": 826932531,
            "stop": 826933281
        },
        {
            "start": 826933283,
            "stop": 826933284
        },
        {
            "start": 826933286,
            "stop": 826933287
        },
        {
            "start": 826933295,
            "stop": 826933300
        },
        {
            "start": 826933307,
            "stop": 826933313
        },
        {
            "start": 826933316,
            "stop": 826933380
        },
        {
            "start": 826933388,
            "stop": 826933556
        },
        {
            "start": 826933564,
            "stop": 826933569
        },
        {
            "start": 826933572,
            "stop": 826933628
        },
        {
            "start": 826933633,
            "stop": 826934107
        },
        {
            "start": 826934113,
            "stop": 826934144
        },
        {
            "start": 826934148,
            "stop": 826934321
        },
        {
            "start": 826934323,
            "stop": 826934384
        }
    ]
}