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=5008
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=5009",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5007",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5008,
    "results": [
        {
            "start": 874508618,
            "stop": 874508656
        },
        {
            "start": 874508686,
            "stop": 874508694
        },
        {
            "start": 874508750,
            "stop": 874508796
        },
        {
            "start": 874508820,
            "stop": 874508829
        },
        {
            "start": 874508866,
            "stop": 874508876
        },
        {
            "start": 874509024,
            "stop": 874509116
        },
        {
            "start": 874509141,
            "stop": 874509160
        },
        {
            "start": 874509223,
            "stop": 874509240
        },
        {
            "start": 874509385,
            "stop": 874509395
        },
        {
            "start": 874509415,
            "stop": 874509438
        },
        {
            "start": 874509467,
            "stop": 874509479
        },
        {
            "start": 874509528,
            "stop": 874509529
        },
        {
            "start": 874509576,
            "stop": 874509581
        },
        {
            "start": 874509609,
            "stop": 874509620
        },
        {
            "start": 874509643,
            "stop": 874509731
        },
        {
            "start": 874509770,
            "stop": 874509772
        },
        {
            "start": 874509854,
            "stop": 874509939
        },
        {
            "start": 874509958,
            "stop": 874509959
        },
        {
            "start": 874509978,
            "stop": 874509979
        },
        {
            "start": 874509999,
            "stop": 874510004
        }
    ]
}