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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7502",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7500",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7501,
    "results": [
        {
            "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
        },
        {
            "start": 970234536,
            "stop": 970234560
        },
        {
            "start": 970234563,
            "stop": 970234607
        },
        {
            "start": 970234610,
            "stop": 970234657
        },
        {
            "start": 970234660,
            "stop": 970234727
        },
        {
            "start": 970234733,
            "stop": 970234903
        }
    ]
}