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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2217",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2215",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2216,
    "results": [
        {
            "start": 874256100,
            "stop": 874260180
        },
        {
            "start": 874260240,
            "stop": 874263347
        },
        {
            "start": 874267336,
            "stop": 874271948
        },
        {
            "start": 874271953,
            "stop": 874272593
        },
        {
            "start": 874274080,
            "stop": 874275142
        },
        {
            "start": 874276610,
            "stop": 874281510
        },
        {
            "start": 874281630,
            "stop": 874283453
        },
        {
            "start": 874283533,
            "stop": 874295070
        },
        {
            "start": 874295130,
            "stop": 874300697
        },
        {
            "start": 874300699,
            "stop": 874313167
        },
        {
            "start": 874314647,
            "stop": 874316641
        },
        {
            "start": 874318403,
            "stop": 874332450
        },
        {
            "start": 874332510,
            "stop": 874333004
        },
        {
            "start": 874333007,
            "stop": 874340680
        },
        {
            "start": 874341390,
            "stop": 874342386
        },
        {
            "start": 874342389,
            "stop": 874342397
        },
        {
            "start": 874342587,
            "stop": 874342957
        },
        {
            "start": 874342961,
            "stop": 874343280
        },
        {
            "start": 874343340,
            "stop": 874345494
        },
        {
            "start": 874345497,
            "stop": 874345500
        }
    ]
}