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=61
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=62",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_STOCH_CAT1/segments?format=api&page=60",
    "results_count": 2356,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 61,
    "results": [
        {
            "start": 951857051,
            "stop": 951857162
        },
        {
            "start": 951858611,
            "stop": 951859671
        },
        {
            "start": 951861794,
            "stop": 951861842
        },
        {
            "start": 951865166,
            "stop": 951892140
        },
        {
            "start": 951895268,
            "stop": 951900519
        },
        {
            "start": 951902627,
            "stop": 951912698
        },
        {
            "start": 951917697,
            "stop": 951918144
        },
        {
            "start": 951920193,
            "stop": 951923002
        },
        {
            "start": 951925983,
            "stop": 951929498
        },
        {
            "start": 951932994,
            "stop": 951939177
        },
        {
            "start": 951940772,
            "stop": 951947022
        },
        {
            "start": 951950570,
            "stop": 951951981
        },
        {
            "start": 951957137,
            "stop": 951967081
        },
        {
            "start": 951968534,
            "stop": 951981359
        },
        {
            "start": 951986324,
            "stop": 951995664
        },
        {
            "start": 951998816,
            "stop": 952000446
        },
        {
            "start": 952002316,
            "stop": 952008107
        },
        {
            "start": 952041015,
            "stop": 952050776
        },
        {
            "start": 952052106,
            "stop": 952053571
        },
        {
            "start": 952056215,
            "stop": 952057813
        }
    ]
}