Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=20
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=21",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=19",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 20,
    "results": [
        {
            "start": 1170184883,
            "stop": 1170188339
        },
        {
            "start": 1170188341,
            "stop": 1170188379
        },
        {
            "start": 1170188381,
            "stop": 1170191853
        },
        {
            "start": 1170191855,
            "stop": 1170193420
        },
        {
            "start": 1170193422,
            "stop": 1170197739
        },
        {
            "start": 1170197741,
            "stop": 1170210463
        },
        {
            "start": 1170211868,
            "stop": 1170212473
        },
        {
            "start": 1170213044,
            "stop": 1170223413
        },
        {
            "start": 1170226175,
            "stop": 1170234990
        },
        {
            "start": 1170237530,
            "stop": 1170272374
        },
        {
            "start": 1170272376,
            "stop": 1170278607
        },
        {
            "start": 1170278609,
            "stop": 1170388055
        },
        {
            "start": 1170390527,
            "stop": 1170405111
        },
        {
            "start": 1170406219,
            "stop": 1170426564
        },
        {
            "start": 1170426567,
            "stop": 1170426997
        },
        {
            "start": 1170426999,
            "stop": 1170434160
        },
        {
            "start": 1170434164,
            "stop": 1170436303
        },
        {
            "start": 1170436305,
            "stop": 1170436312
        },
        {
            "start": 1170436314,
            "stop": 1170439439
        },
        {
            "start": 1170439441,
            "stop": 1170441631
        }
    ]
}