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=100
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=101",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=99",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 100,
    "results": [
        {
            "start": 951170468,
            "stop": 951179276
        },
        {
            "start": 951184198,
            "stop": 951208147
        },
        {
            "start": 951215448,
            "stop": 951244794
        },
        {
            "start": 951246163,
            "stop": 951250057
        },
        {
            "start": 951259754,
            "stop": 951261471
        },
        {
            "start": 951265889,
            "stop": 951288346
        },
        {
            "start": 951321159,
            "stop": 951321414
        },
        {
            "start": 951326019,
            "stop": 951329605
        },
        {
            "start": 951342537,
            "stop": 951348244
        },
        {
            "start": 951351989,
            "stop": 951353352
        },
        {
            "start": 951355513,
            "stop": 951392222
        },
        {
            "start": 951395712,
            "stop": 951433910
        },
        {
            "start": 951437227,
            "stop": 951447380
        },
        {
            "start": 951449877,
            "stop": 951508413
        },
        {
            "start": 951515291,
            "stop": 951519552
        },
        {
            "start": 951519616,
            "stop": 951521983
        },
        {
            "start": 951522017,
            "stop": 951522635
        },
        {
            "start": 951524562,
            "stop": 951538800
        },
        {
            "start": 951541190,
            "stop": 951543650
        },
        {
            "start": 951547648,
            "stop": 951555164
        }
    ]
}