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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=232",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=230",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 231,
    "results": [
        {
            "start": 846010776,
            "stop": 846012553
        },
        {
            "start": 846012575,
            "stop": 846012576
        },
        {
            "start": 846012646,
            "stop": 846013213
        },
        {
            "start": 846013230,
            "stop": 846013231
        },
        {
            "start": 846013302,
            "stop": 846013443
        },
        {
            "start": 846013482,
            "stop": 846016693
        },
        {
            "start": 846016727,
            "stop": 846016728
        },
        {
            "start": 846016764,
            "stop": 846017722
        },
        {
            "start": 846049150,
            "stop": 846092293
        },
        {
            "start": 846092301,
            "stop": 846092302
        },
        {
            "start": 846092536,
            "stop": 846094370
        },
        {
            "start": 846094502,
            "stop": 846095533
        },
        {
            "start": 846098927,
            "stop": 846101653
        },
        {
            "start": 846101667,
            "stop": 846101668
        },
        {
            "start": 846101830,
            "stop": 846106873
        },
        {
            "start": 846107955,
            "stop": 846116759
        },
        {
            "start": 846117148,
            "stop": 846142956
        },
        {
            "start": 846144349,
            "stop": 846164781
        },
        {
            "start": 846164785,
            "stop": 846164844
        },
        {
            "start": 846164848,
            "stop": 846164972
        }
    ]
}