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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=425",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=423",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 424,
    "results": [
        {
            "start": 932815055,
            "stop": 932815097
        },
        {
            "start": 932815099,
            "stop": 932815293
        },
        {
            "start": 932815294,
            "stop": 932815512
        },
        {
            "start": 932815513,
            "stop": 932815682
        },
        {
            "start": 932815683,
            "stop": 932815884
        },
        {
            "start": 932815885,
            "stop": 932815890
        },
        {
            "start": 932815891,
            "stop": 932816269
        },
        {
            "start": 932816270,
            "stop": 932816381
        },
        {
            "start": 932816382,
            "stop": 932816416
        },
        {
            "start": 932816417,
            "stop": 932816684
        },
        {
            "start": 932816685,
            "stop": 932816818
        },
        {
            "start": 932816819,
            "stop": 932816915
        },
        {
            "start": 932816916,
            "stop": 932817479
        },
        {
            "start": 932817480,
            "stop": 932817615
        },
        {
            "start": 932817975,
            "stop": 932818589
        },
        {
            "start": 932818590,
            "stop": 932819017
        },
        {
            "start": 932819018,
            "stop": 932819583
        },
        {
            "start": 932819584,
            "stop": 932819627
        },
        {
            "start": 932819628,
            "stop": 932819783
        },
        {
            "start": 932819784,
            "stop": 932819813
        }
    ]
}