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=511
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=512",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=510",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 511,
    "results": [
        {
            "start": 826982060,
            "stop": 826983105
        },
        {
            "start": 826983122,
            "stop": 826986376
        },
        {
            "start": 826986393,
            "stop": 826986660
        },
        {
            "start": 826986720,
            "stop": 826990999
        },
        {
            "start": 826991016,
            "stop": 826992098
        },
        {
            "start": 826992115,
            "stop": 826992290
        },
        {
            "start": 827025220,
            "stop": 827025227
        },
        {
            "start": 827025289,
            "stop": 827025292
        },
        {
            "start": 827025311,
            "stop": 827025331
        },
        {
            "start": 827025434,
            "stop": 827025435
        },
        {
            "start": 827025543,
            "stop": 827025549
        },
        {
            "start": 827025786,
            "stop": 827025791
        },
        {
            "start": 827025810,
            "stop": 827025814
        },
        {
            "start": 827025837,
            "stop": 827025842
        },
        {
            "start": 827026144,
            "stop": 827026165
        },
        {
            "start": 827026575,
            "stop": 827026633
        },
        {
            "start": 827026659,
            "stop": 827026694
        },
        {
            "start": 827026713,
            "stop": 827026715
        },
        {
            "start": 827026794,
            "stop": 827026820
        },
        {
            "start": 827026855,
            "stop": 827027168
        }
    ]
}