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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8692",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8690",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8691,
    "results": [
        {
            "start": 872115480,
            "stop": 872115840
        },
        {
            "start": 872115900,
            "stop": 872116140
        },
        {
            "start": 872116380,
            "stop": 872116740
        },
        {
            "start": 872116860,
            "stop": 872116920
        },
        {
            "start": 872117040,
            "stop": 872117100
        },
        {
            "start": 872117220,
            "stop": 872117460
        },
        {
            "start": 872117625,
            "stop": 872117700
        },
        {
            "start": 872117760,
            "stop": 872117940
        },
        {
            "start": 872118060,
            "stop": 872118120
        },
        {
            "start": 872118300,
            "stop": 872118360
        },
        {
            "start": 872118480,
            "stop": 872118660
        },
        {
            "start": 872118720,
            "stop": 872118753
        },
        {
            "start": 872118873,
            "stop": 872118900
        },
        {
            "start": 872118960,
            "stop": 872119080
        },
        {
            "start": 872119140,
            "stop": 872119504
        },
        {
            "start": 872119624,
            "stop": 872119680
        },
        {
            "start": 872119860,
            "stop": 872120040
        },
        {
            "start": 872120100,
            "stop": 872120220
        },
        {
            "start": 872120280,
            "stop": 872120499
        },
        {
            "start": 872120640,
            "stop": 872120700
        }
    ]
}