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=102
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=103",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=101",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 102,
    "results": [
        {
            "start": 951857051,
            "stop": 951857057
        },
        {
            "start": 951858611,
            "stop": 951859566
        },
        {
            "start": 951865166,
            "stop": 951892035
        },
        {
            "start": 951895268,
            "stop": 951900414
        },
        {
            "start": 951902627,
            "stop": 951912593
        },
        {
            "start": 951917697,
            "stop": 951918040
        },
        {
            "start": 951920193,
            "stop": 951922897
        },
        {
            "start": 951925983,
            "stop": 951929393
        },
        {
            "start": 951932994,
            "stop": 951939072
        },
        {
            "start": 951940772,
            "stop": 951946917
        },
        {
            "start": 951950570,
            "stop": 951951876
        },
        {
            "start": 951957137,
            "stop": 951966976
        },
        {
            "start": 951968534,
            "stop": 951981254
        },
        {
            "start": 951986324,
            "stop": 951995559
        },
        {
            "start": 951998816,
            "stop": 952000341
        },
        {
            "start": 952002316,
            "stop": 952008107
        },
        {
            "start": 952041015,
            "stop": 952050671
        },
        {
            "start": 952052106,
            "stop": 952053466
        },
        {
            "start": 952056215,
            "stop": 952057708
        },
        {
            "start": 952061848,
            "stop": 952064711
        }
    ]
}