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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=132",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=130",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 131,
    "results": [
        {
            "start": 1176612354,
            "stop": 1176612355
        },
        {
            "start": 1176612357,
            "stop": 1176612379
        },
        {
            "start": 1176612382,
            "stop": 1176612389
        },
        {
            "start": 1176612391,
            "stop": 1176612393
        },
        {
            "start": 1176612396,
            "stop": 1176612400
        },
        {
            "start": 1176612403,
            "stop": 1176612500
        },
        {
            "start": 1176612506,
            "stop": 1176612514
        },
        {
            "start": 1176612517,
            "stop": 1176612520
        },
        {
            "start": 1176612524,
            "stop": 1176612529
        },
        {
            "start": 1176612531,
            "stop": 1176612532
        },
        {
            "start": 1176612533,
            "stop": 1176612551
        },
        {
            "start": 1176612559,
            "stop": 1176612585
        },
        {
            "start": 1176612589,
            "stop": 1176612590
        },
        {
            "start": 1176612591,
            "stop": 1176612620
        },
        {
            "start": 1176612622,
            "stop": 1176612724
        },
        {
            "start": 1176612726,
            "stop": 1176612728
        },
        {
            "start": 1176612730,
            "stop": 1176612732
        },
        {
            "start": 1176612735,
            "stop": 1176612736
        },
        {
            "start": 1176612740,
            "stop": 1176612741
        },
        {
            "start": 1176612742,
            "stop": 1176612743
        }
    ]
}