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=7485
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=7486",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7484",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7485,
    "results": [
        {
            "start": 970230666,
            "stop": 970230695
        },
        {
            "start": 970230698,
            "stop": 970231617
        },
        {
            "start": 970231620,
            "stop": 970231638
        },
        {
            "start": 970231641,
            "stop": 970231868
        },
        {
            "start": 970231871,
            "stop": 970232263
        },
        {
            "start": 970232269,
            "stop": 970232618
        },
        {
            "start": 970232621,
            "stop": 970232813
        },
        {
            "start": 970232816,
            "stop": 970232843
        },
        {
            "start": 970232849,
            "stop": 970233127
        },
        {
            "start": 970233130,
            "stop": 970233133
        },
        {
            "start": 970233136,
            "stop": 970233217
        },
        {
            "start": 970233223,
            "stop": 970233417
        },
        {
            "start": 970233423,
            "stop": 970233432
        },
        {
            "start": 970233441,
            "stop": 970233571
        },
        {
            "start": 970233577,
            "stop": 970233857
        },
        {
            "start": 970233863,
            "stop": 970233947
        },
        {
            "start": 970233950,
            "stop": 970234300
        },
        {
            "start": 970234306,
            "stop": 970234407
        },
        {
            "start": 970234413,
            "stop": 970234502
        },
        {
            "start": 970234505,
            "stop": 970234533
        }
    ]
}