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=201
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=202",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=200",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 201,
    "results": [
        {
            "start": 820492818,
            "stop": 820492820
        },
        {
            "start": 820492824,
            "stop": 820493142
        },
        {
            "start": 820493145,
            "stop": 820493436
        },
        {
            "start": 820493439,
            "stop": 820493506
        },
        {
            "start": 820493510,
            "stop": 820493709
        },
        {
            "start": 820493713,
            "stop": 820493941
        },
        {
            "start": 820493944,
            "stop": 820494109
        },
        {
            "start": 820494112,
            "stop": 820494145
        },
        {
            "start": 820494149,
            "stop": 820494163
        },
        {
            "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
        }
    ]
}