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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=265",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=263",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 264,
    "results": [
        {
            "start": 820494166,
            "stop": 820494217
        },
        {
            "start": 820494220,
            "stop": 820494460
        },
        {
            "start": 820494464,
            "stop": 820494497
        },
        {
            "start": 820494500,
            "stop": 820494870
        },
        {
            "start": 820494887,
            "stop": 820494917
        },
        {
            "start": 820494921,
            "stop": 820495069
        },
        {
            "start": 820495072,
            "stop": 820495238
        },
        {
            "start": 820495241,
            "stop": 820495244
        },
        {
            "start": 820495247,
            "stop": 820495357
        },
        {
            "start": 820495360,
            "stop": 820495363
        },
        {
            "start": 820495366,
            "stop": 820495518
        },
        {
            "start": 820495522,
            "stop": 820495595
        },
        {
            "start": 820495598,
            "stop": 820495630
        },
        {
            "start": 820495633,
            "stop": 820495711
        },
        {
            "start": 820495714,
            "stop": 820495749
        },
        {
            "start": 820495752,
            "stop": 820495788
        },
        {
            "start": 820495792,
            "stop": 820496154
        },
        {
            "start": 820496157,
            "stop": 820496160
        },
        {
            "start": 820496163,
            "stop": 820496664
        },
        {
            "start": 820496669,
            "stop": 820496741
        }
    ]
}