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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=111",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=109",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 110,
    "results": [
        {
            "start": 842838042,
            "stop": 842857410
        },
        {
            "start": 842857890,
            "stop": 842882215
        },
        {
            "start": 842882412,
            "stop": 842884458
        },
        {
            "start": 842885535,
            "stop": 842886729
        },
        {
            "start": 842886803,
            "stop": 842887419
        },
        {
            "start": 842887494,
            "stop": 842894992
        },
        {
            "start": 842895238,
            "stop": 842903376
        },
        {
            "start": 842903511,
            "stop": 842903618
        },
        {
            "start": 842904542,
            "stop": 842907864
        },
        {
            "start": 842909561,
            "stop": 842910532
        },
        {
            "start": 842910716,
            "stop": 842913592
        },
        {
            "start": 842915267,
            "stop": 842916276
        },
        {
            "start": 842916404,
            "stop": 842916780
        },
        {
            "start": 842922491,
            "stop": 842928276
        },
        {
            "start": 842929319,
            "stop": 842964023
        },
        {
            "start": 842964136,
            "stop": 842969777
        },
        {
            "start": 842969822,
            "stop": 842972915
        },
        {
            "start": 842975665,
            "stop": 842978180
        },
        {
            "start": 842978308,
            "stop": 842981164
        },
        {
            "start": 842981449,
            "stop": 842987111
        }
    ]
}