Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15909
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15910",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15908",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15909,
    "results": [
        {
            "start": 971261976,
            "stop": 971261985
        },
        {
            "start": 971261987,
            "stop": 971261990
        },
        {
            "start": 971261992,
            "stop": 971261993
        },
        {
            "start": 971261994,
            "stop": 971261997
        },
        {
            "start": 971261999,
            "stop": 971262005
        },
        {
            "start": 971262008,
            "stop": 971262027
        },
        {
            "start": 971262029,
            "stop": 971262034
        },
        {
            "start": 971262037,
            "stop": 971262063
        },
        {
            "start": 971262065,
            "stop": 971262073
        },
        {
            "start": 971262074,
            "stop": 971262125
        },
        {
            "start": 971262127,
            "stop": 971262130
        },
        {
            "start": 971262133,
            "stop": 971262141
        },
        {
            "start": 971262143,
            "stop": 971262153
        },
        {
            "start": 971262154,
            "stop": 971262157
        },
        {
            "start": 971262160,
            "stop": 971262167
        },
        {
            "start": 971262169,
            "stop": 971262173
        },
        {
            "start": 971262174,
            "stop": 971262190
        },
        {
            "start": 971262191,
            "stop": 971262201
        },
        {
            "start": 971263048,
            "stop": 971263100
        },
        {
            "start": 971263102,
            "stop": 971263118
        }
    ]
}