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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=158",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=156",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 157,
    "results": [
        {
            "start": 821564655,
            "stop": 821564673
        },
        {
            "start": 821564676,
            "stop": 821564696
        },
        {
            "start": 821564699,
            "stop": 821564709
        },
        {
            "start": 821564718,
            "stop": 821564726
        },
        {
            "start": 821564729,
            "stop": 821564744
        },
        {
            "start": 821564747,
            "stop": 821564779
        },
        {
            "start": 821564783,
            "stop": 821564787
        },
        {
            "start": 821564791,
            "stop": 821564796
        },
        {
            "start": 821564799,
            "stop": 821564823
        },
        {
            "start": 821564826,
            "stop": 821564828
        },
        {
            "start": 821564836,
            "stop": 821564840
        },
        {
            "start": 821564843,
            "stop": 821564860
        },
        {
            "start": 821564869,
            "stop": 821564879
        },
        {
            "start": 821564882,
            "stop": 821564888
        },
        {
            "start": 821564891,
            "stop": 821564902
        },
        {
            "start": 821564905,
            "stop": 821564906
        },
        {
            "start": 821564909,
            "stop": 821564912
        },
        {
            "start": 821564917,
            "stop": 821564935
        },
        {
            "start": 821564938,
            "stop": 821564940
        },
        {
            "start": 821564943,
            "stop": 821564944
        }
    ]
}