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=577
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=578",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=576",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 577,
    "results": [
        {
            "start": 827621612,
            "stop": 827621654
        },
        {
            "start": 827621683,
            "stop": 827621970
        },
        {
            "start": 827622060,
            "stop": 827622525
        },
        {
            "start": 827622542,
            "stop": 827623080
        },
        {
            "start": 827623140,
            "stop": 827625077
        },
        {
            "start": 827625098,
            "stop": 827625956
        },
        {
            "start": 827625960,
            "stop": 827627073
        },
        {
            "start": 827627090,
            "stop": 827629222
        },
        {
            "start": 827629225,
            "stop": 827634042
        },
        {
            "start": 827634046,
            "stop": 827634333
        },
        {
            "start": 827634350,
            "stop": 827635624
        },
        {
            "start": 827635641,
            "stop": 827635982
        },
        {
            "start": 827635999,
            "stop": 827638474
        },
        {
            "start": 827638491,
            "stop": 827638580
        },
        {
            "start": 827638597,
            "stop": 827641321
        },
        {
            "start": 827641325,
            "stop": 827642359
        },
        {
            "start": 827642362,
            "stop": 827642701
        },
        {
            "start": 827642705,
            "stop": 827646539
        },
        {
            "start": 827646556,
            "stop": 827647567
        },
        {
            "start": 827647570,
            "stop": 827647744
        }
    ]
}