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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7959",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7957",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 7958,
    "results": [
        {
            "start": 970155847,
            "stop": 970156411
        },
        {
            "start": 970156414,
            "stop": 970156545
        },
        {
            "start": 970156548,
            "stop": 970156596
        },
        {
            "start": 970156602,
            "stop": 970156621
        },
        {
            "start": 970156627,
            "stop": 970156651
        },
        {
            "start": 970156659,
            "stop": 970156909
        },
        {
            "start": 970156912,
            "stop": 970157080
        },
        {
            "start": 970157083,
            "stop": 970158217
        },
        {
            "start": 970158223,
            "stop": 970158232
        },
        {
            "start": 970158242,
            "stop": 970158649
        },
        {
            "start": 970158652,
            "stop": 970158855
        },
        {
            "start": 970158858,
            "stop": 970158882
        },
        {
            "start": 970158903,
            "stop": 970159716
        },
        {
            "start": 970159719,
            "stop": 970160088
        },
        {
            "start": 970160094,
            "stop": 970160114
        },
        {
            "start": 970160120,
            "stop": 970160128
        },
        {
            "start": 970160134,
            "stop": 970160677
        },
        {
            "start": 970160680,
            "stop": 970162277
        },
        {
            "start": 970162280,
            "stop": 970162320
        },
        {
            "start": 970162323,
            "stop": 970162496
        }
    ]
}