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=314
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=315",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=313",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 314,
    "results": [
        {
            "start": 931854841,
            "stop": 931855095
        },
        {
            "start": 931855097,
            "stop": 931855098
        },
        {
            "start": 931855100,
            "stop": 931855101
        },
        {
            "start": 931855103,
            "stop": 931855105
        },
        {
            "start": 931855107,
            "stop": 931855110
        },
        {
            "start": 931855112,
            "stop": 931855120
        },
        {
            "start": 931855122,
            "stop": 931855125
        },
        {
            "start": 931855127,
            "stop": 931855162
        },
        {
            "start": 931855164,
            "stop": 931855185
        },
        {
            "start": 931855187,
            "stop": 931855199
        },
        {
            "start": 931855202,
            "stop": 931855207
        },
        {
            "start": 931855210,
            "stop": 931855215
        },
        {
            "start": 931855217,
            "stop": 931855265
        },
        {
            "start": 931855267,
            "stop": 931855315
        },
        {
            "start": 931855317,
            "stop": 931855333
        },
        {
            "start": 931855335,
            "stop": 931855336
        },
        {
            "start": 931855338,
            "stop": 931855345
        },
        {
            "start": 931855349,
            "stop": 931855381
        },
        {
            "start": 931855386,
            "stop": 931855425
        },
        {
            "start": 931855427,
            "stop": 931855430
        }
    ]
}