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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7418",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7416",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7417,
    "results": [
        {
            "start": 969901569,
            "stop": 969901573
        },
        {
            "start": 969901670,
            "stop": 969901728
        },
        {
            "start": 969901731,
            "stop": 969901891
        },
        {
            "start": 969901894,
            "stop": 969902046
        },
        {
            "start": 969902049,
            "stop": 969902261
        },
        {
            "start": 969902264,
            "stop": 969902492
        },
        {
            "start": 969902503,
            "stop": 969902734
        },
        {
            "start": 969902810,
            "stop": 969902867
        },
        {
            "start": 969903047,
            "stop": 969903065
        },
        {
            "start": 969903086,
            "stop": 969903094
        },
        {
            "start": 969903134,
            "stop": 969903227
        },
        {
            "start": 969903767,
            "stop": 969904001
        },
        {
            "start": 969904127,
            "stop": 969904307
        },
        {
            "start": 969904487,
            "stop": 969904534
        },
        {
            "start": 969904667,
            "stop": 969904787
        },
        {
            "start": 969904852,
            "stop": 969904967
        },
        {
            "start": 969905147,
            "stop": 969905211
        },
        {
            "start": 969905214,
            "stop": 969905229
        },
        {
            "start": 969905233,
            "stop": 969905267
        },
        {
            "start": 969905507,
            "stop": 969905519
        }
    ]
}