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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=308",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=306",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 307,
    "results": [
        {
            "start": 969047690,
            "stop": 969047774
        },
        {
            "start": 969047777,
            "stop": 969047789
        },
        {
            "start": 969047797,
            "stop": 969048029
        },
        {
            "start": 969048033,
            "stop": 969048045
        },
        {
            "start": 969048048,
            "stop": 969048059
        },
        {
            "start": 969048064,
            "stop": 969048070
        },
        {
            "start": 969048076,
            "stop": 969048091
        },
        {
            "start": 969048094,
            "stop": 969048116
        },
        {
            "start": 969048121,
            "stop": 969048131
        },
        {
            "start": 969048135,
            "stop": 969048179
        },
        {
            "start": 969048183,
            "stop": 969048228
        },
        {
            "start": 969048230,
            "stop": 969048234
        },
        {
            "start": 969048258,
            "stop": 969048275
        },
        {
            "start": 969048281,
            "stop": 969048298
        },
        {
            "start": 969048303,
            "stop": 969048642
        },
        {
            "start": 969048645,
            "stop": 969048649
        },
        {
            "start": 969048653,
            "stop": 969048654
        },
        {
            "start": 969048658,
            "stop": 969048720
        },
        {
            "start": 969048723,
            "stop": 969048898
        },
        {
            "start": 969048901,
            "stop": 969048902
        }
    ]
}