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=3690
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=3691",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3689",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3690,
    "results": [
        {
            "start": 873090600,
            "stop": 873090711
        },
        {
            "start": 873090728,
            "stop": 873090810
        },
        {
            "start": 873090827,
            "stop": 873090879
        },
        {
            "start": 873090882,
            "stop": 873091823
        },
        {
            "start": 873091840,
            "stop": 873091860
        },
        {
            "start": 873091920,
            "stop": 873092700
        },
        {
            "start": 873092760,
            "stop": 873093069
        },
        {
            "start": 873093072,
            "stop": 873094490
        },
        {
            "start": 873094509,
            "stop": 873094759
        },
        {
            "start": 873094785,
            "stop": 873094910
        },
        {
            "start": 873094927,
            "stop": 873095019
        },
        {
            "start": 873095040,
            "stop": 873095343
        },
        {
            "start": 873095360,
            "stop": 873095819
        },
        {
            "start": 873095836,
            "stop": 873096926
        },
        {
            "start": 873096943,
            "stop": 873098913
        },
        {
            "start": 873098930,
            "stop": 873098981
        },
        {
            "start": 873098998,
            "stop": 873099540
        },
        {
            "start": 873099557,
            "stop": 873100482
        },
        {
            "start": 873100499,
            "stop": 873101394
        },
        {
            "start": 873101411,
            "stop": 873101592
        }
    ]
}