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=177
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=178",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=176",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 177,
    "results": [
        {
            "start": 1176906975,
            "stop": 1176907175
        },
        {
            "start": 1176907176,
            "stop": 1176907276
        },
        {
            "start": 1176907277,
            "stop": 1176907279
        },
        {
            "start": 1176907281,
            "stop": 1176907385
        },
        {
            "start": 1176907386,
            "stop": 1176907493
        },
        {
            "start": 1176907496,
            "stop": 1176907499
        },
        {
            "start": 1176907503,
            "stop": 1176907505
        },
        {
            "start": 1176907509,
            "stop": 1176907560
        },
        {
            "start": 1176907564,
            "stop": 1176907705
        },
        {
            "start": 1176907706,
            "stop": 1176907831
        },
        {
            "start": 1176907833,
            "stop": 1176907837
        },
        {
            "start": 1176907839,
            "stop": 1176907843
        },
        {
            "start": 1176907846,
            "stop": 1176907879
        },
        {
            "start": 1176907880,
            "stop": 1176907921
        },
        {
            "start": 1176907925,
            "stop": 1176907967
        },
        {
            "start": 1176907972,
            "stop": 1176907979
        },
        {
            "start": 1176907980,
            "stop": 1176907996
        },
        {
            "start": 1176908000,
            "stop": 1176908002
        },
        {
            "start": 1176908003,
            "stop": 1176908038
        },
        {
            "start": 1176908041,
            "stop": 1176908043
        }
    ]
}