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=747
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=748",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=746",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 747,
    "results": [
        {
            "start": 830725500,
            "stop": 830725527
        },
        {
            "start": 830725545,
            "stop": 830726481
        },
        {
            "start": 830726484,
            "stop": 830727079
        },
        {
            "start": 830730421,
            "stop": 830730691
        },
        {
            "start": 830732834,
            "stop": 830734216
        },
        {
            "start": 830734234,
            "stop": 830734890
        },
        {
            "start": 830734895,
            "stop": 830746992
        },
        {
            "start": 830746995,
            "stop": 830747042
        },
        {
            "start": 830747045,
            "stop": 830751756
        },
        {
            "start": 830751760,
            "stop": 830754506
        },
        {
            "start": 830754525,
            "stop": 830754537
        },
        {
            "start": 830754542,
            "stop": 830754551
        },
        {
            "start": 830754554,
            "stop": 830755438
        },
        {
            "start": 830755442,
            "stop": 830759849
        },
        {
            "start": 830759866,
            "stop": 830762926
        },
        {
            "start": 830762943,
            "stop": 830770969
        },
        {
            "start": 830771079,
            "stop": 830771377
        },
        {
            "start": 830771677,
            "stop": 830772909
        },
        {
            "start": 830772912,
            "stop": 830776106
        },
        {
            "start": 830776123,
            "stop": 830777888
        }
    ]
}