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=3511
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=3512",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3510",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3511,
    "results": [
        {
            "start": 871348234,
            "stop": 871348560
        },
        {
            "start": 871348620,
            "stop": 871348810
        },
        {
            "start": 871348827,
            "stop": 871348844
        },
        {
            "start": 871348861,
            "stop": 871348982
        },
        {
            "start": 871348999,
            "stop": 871349416
        },
        {
            "start": 871349433,
            "stop": 871349848
        },
        {
            "start": 871349865,
            "stop": 871350082
        },
        {
            "start": 871350103,
            "stop": 871351042
        },
        {
            "start": 871351059,
            "stop": 871351435
        },
        {
            "start": 871351809,
            "stop": 871352575
        },
        {
            "start": 871352592,
            "stop": 871352610
        },
        {
            "start": 871352670,
            "stop": 871352672
        },
        {
            "start": 871352691,
            "stop": 871352857
        },
        {
            "start": 871352861,
            "stop": 871352894
        },
        {
            "start": 871352898,
            "stop": 871354176
        },
        {
            "start": 871354358,
            "stop": 871355020
        },
        {
            "start": 871355037,
            "stop": 871355696
        },
        {
            "start": 871355713,
            "stop": 871355775
        },
        {
            "start": 871355792,
            "stop": 871356150
        },
        {
            "start": 871356210,
            "stop": 871356720
        }
    ]
}