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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_STOCH_CAT1/segments?format=api&page=69",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_STOCH_CAT1/segments?format=api&page=67",
    "results_count": 2356,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 68,
    "results": [
        {
            "start": 953876264,
            "stop": 953876297
        },
        {
            "start": 953876314,
            "stop": 953898184
        },
        {
            "start": 953927267,
            "stop": 953927737
        },
        {
            "start": 953942055,
            "stop": 953946833
        },
        {
            "start": 953949192,
            "stop": 953965828
        },
        {
            "start": 953978947,
            "stop": 953981322
        },
        {
            "start": 953997580,
            "stop": 953998545
        },
        {
            "start": 954016251,
            "stop": 954025319
        },
        {
            "start": 954026234,
            "stop": 954026451
        },
        {
            "start": 954032920,
            "stop": 954053197
        },
        {
            "start": 954057145,
            "stop": 954075989
        },
        {
            "start": 954093895,
            "stop": 954094771
        },
        {
            "start": 954096392,
            "stop": 954096614
        },
        {
            "start": 954099305,
            "stop": 954101869
        },
        {
            "start": 954103128,
            "stop": 954113352
        },
        {
            "start": 954114426,
            "stop": 954145413
        },
        {
            "start": 954150216,
            "stop": 954150267
        },
        {
            "start": 954150641,
            "stop": 954159218
        },
        {
            "start": 954168933,
            "stop": 954174251
        },
        {
            "start": 954181771,
            "stop": 954183799
        }
    ]
}