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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=179",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=177",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 178,
    "results": [
        {
            "start": 839777616,
            "stop": 839779513
        },
        {
            "start": 839779556,
            "stop": 839779558
        },
        {
            "start": 839779672,
            "stop": 839780572
        },
        {
            "start": 839781565,
            "stop": 839781616
        },
        {
            "start": 839781733,
            "stop": 839791333
        },
        {
            "start": 839791336,
            "stop": 839791337
        },
        {
            "start": 839791407,
            "stop": 839791573
        },
        {
            "start": 839791592,
            "stop": 839791594
        },
        {
            "start": 839792413,
            "stop": 839792593
        },
        {
            "start": 839792595,
            "stop": 839792596
        },
        {
            "start": 839793553,
            "stop": 839794153
        },
        {
            "start": 839795122,
            "stop": 839796553
        },
        {
            "start": 839796601,
            "stop": 839796603
        },
        {
            "start": 839796673,
            "stop": 839796793
        },
        {
            "start": 839796823,
            "stop": 839796825
        },
        {
            "start": 839797513,
            "stop": 839797573
        },
        {
            "start": 839797604,
            "stop": 839797606
        },
        {
            "start": 839798713,
            "stop": 839832281
        },
        {
            "start": 839833472,
            "stop": 839840233
        },
        {
            "start": 839840238,
            "stop": 839840239
        }
    ]
}