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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=424",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=422",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 423,
    "results": [
        {
            "start": 941253274,
            "stop": 941256536
        },
        {
            "start": 941256539,
            "stop": 941256943
        },
        {
            "start": 941256946,
            "stop": 941275807
        },
        {
            "start": 941280327,
            "stop": 941281289
        },
        {
            "start": 941281292,
            "stop": 941288753
        },
        {
            "start": 941290197,
            "stop": 941294801
        },
        {
            "start": 941296421,
            "stop": 941299514
        },
        {
            "start": 941336632,
            "stop": 941344184
        },
        {
            "start": 941346143,
            "stop": 941350123
        },
        {
            "start": 941350124,
            "stop": 941373589
        },
        {
            "start": 941376222,
            "stop": 941381795
        },
        {
            "start": 941381797,
            "stop": 941382782
        },
        {
            "start": 941382783,
            "stop": 941382937
        },
        {
            "start": 941382939,
            "stop": 941383257
        },
        {
            "start": 941383259,
            "stop": 941383497
        },
        {
            "start": 941386056,
            "stop": 941388646
        },
        {
            "start": 941391994,
            "stop": 941392691
        },
        {
            "start": 941392692,
            "stop": 941393140
        },
        {
            "start": 941393141,
            "stop": 941395534
        },
        {
            "start": 941395536,
            "stop": 941395930
        }
    ]
}