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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1171",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1169",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1170,
    "results": [
        {
            "start": 952328587,
            "stop": 952329359
        },
        {
            "start": 952329361,
            "stop": 952329395
        },
        {
            "start": 952329397,
            "stop": 952329399
        },
        {
            "start": 952329401,
            "stop": 952329409
        },
        {
            "start": 952329412,
            "stop": 952329413
        },
        {
            "start": 952330129,
            "stop": 952330243
        },
        {
            "start": 952330245,
            "stop": 952330283
        },
        {
            "start": 952330287,
            "stop": 952330290
        },
        {
            "start": 952330293,
            "stop": 952330296
        },
        {
            "start": 952330301,
            "stop": 952330304
        },
        {
            "start": 952330307,
            "stop": 952330318
        },
        {
            "start": 952330322,
            "stop": 952330324
        },
        {
            "start": 952330327,
            "stop": 952330437
        },
        {
            "start": 952330439,
            "stop": 952331211
        },
        {
            "start": 952331213,
            "stop": 952331362
        },
        {
            "start": 952331364,
            "stop": 952335212
        },
        {
            "start": 952335214,
            "stop": 952335767
        },
        {
            "start": 952335769,
            "stop": 952336197
        },
        {
            "start": 952336199,
            "stop": 952336467
        },
        {
            "start": 952336469,
            "stop": 952336571
        }
    ]
}