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=272
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=273",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=271",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 272,
    "results": [
        {
            "start": 821532031,
            "stop": 821532037
        },
        {
            "start": 821532044,
            "stop": 821532991
        },
        {
            "start": 821532999,
            "stop": 821533019
        },
        {
            "start": 821533026,
            "stop": 821533042
        },
        {
            "start": 821533049,
            "stop": 821533236
        },
        {
            "start": 821533244,
            "stop": 821533323
        },
        {
            "start": 821533336,
            "stop": 821533632
        },
        {
            "start": 821533639,
            "stop": 821534467
        },
        {
            "start": 821534474,
            "stop": 821534656
        },
        {
            "start": 821534663,
            "stop": 821534718
        },
        {
            "start": 821534725,
            "stop": 821535550
        },
        {
            "start": 821535557,
            "stop": 821535769
        },
        {
            "start": 821535776,
            "stop": 821536033
        },
        {
            "start": 821538177,
            "stop": 821538399
        },
        {
            "start": 821538406,
            "stop": 821538530
        },
        {
            "start": 821538610,
            "stop": 821538613
        },
        {
            "start": 821539236,
            "stop": 821539430
        },
        {
            "start": 821539438,
            "stop": 821539489
        },
        {
            "start": 821539496,
            "stop": 821539693
        },
        {
            "start": 821539701,
            "stop": 821540002
        }
    ]
}