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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=127",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=125",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 126,
    "results": [
        {
            "start": 818291785,
            "stop": 818291816
        },
        {
            "start": 818291833,
            "stop": 818291858
        },
        {
            "start": 818291875,
            "stop": 818292316
        },
        {
            "start": 818292333,
            "stop": 818292348
        },
        {
            "start": 818292365,
            "stop": 818292974
        },
        {
            "start": 818292991,
            "stop": 818293016
        },
        {
            "start": 818293033,
            "stop": 818293143
        },
        {
            "start": 818293161,
            "stop": 818293185
        },
        {
            "start": 818293202,
            "stop": 818294005
        },
        {
            "start": 818294022,
            "stop": 818294072
        },
        {
            "start": 818294089,
            "stop": 818294169
        },
        {
            "start": 818294186,
            "stop": 818294238
        },
        {
            "start": 818294255,
            "stop": 818294347
        },
        {
            "start": 818294364,
            "stop": 818294402
        },
        {
            "start": 818294419,
            "stop": 818294652
        },
        {
            "start": 818294669,
            "stop": 818294707
        },
        {
            "start": 818294724,
            "stop": 818295338
        },
        {
            "start": 818295355,
            "stop": 818295405
        },
        {
            "start": 818295422,
            "stop": 818295657
        },
        {
            "start": 818295674,
            "stop": 818295709
        }
    ]
}