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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8268",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8266",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8267,
    "results": [
        {
            "start": 873856506,
            "stop": 873857108
        },
        {
            "start": 873857128,
            "stop": 873857404
        },
        {
            "start": 873857423,
            "stop": 873858163
        },
        {
            "start": 873858309,
            "stop": 873858490
        },
        {
            "start": 873858510,
            "stop": 873858991
        },
        {
            "start": 873859012,
            "stop": 873859181
        },
        {
            "start": 873859201,
            "stop": 873859278
        },
        {
            "start": 873859297,
            "stop": 873860646
        },
        {
            "start": 873860665,
            "stop": 873860861
        },
        {
            "start": 873860881,
            "stop": 873860888
        },
        {
            "start": 873860907,
            "stop": 873861529
        },
        {
            "start": 873861600,
            "stop": 873861608
        },
        {
            "start": 873861627,
            "stop": 873861660
        },
        {
            "start": 873864279,
            "stop": 873864392
        },
        {
            "start": 873864412,
            "stop": 873864476
        },
        {
            "start": 873864495,
            "stop": 873864549
        },
        {
            "start": 873864569,
            "stop": 873864707
        },
        {
            "start": 873864726,
            "stop": 873864772
        },
        {
            "start": 873864791,
            "stop": 873864876
        },
        {
            "start": 873864895,
            "stop": 873864973
        }
    ]
}