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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=492",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=490",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 491,
    "results": [
        {
            "start": 866573933,
            "stop": 866574385
        },
        {
            "start": 866574395,
            "stop": 866574397
        },
        {
            "start": 866574403,
            "stop": 866574407
        },
        {
            "start": 866574413,
            "stop": 866574480
        },
        {
            "start": 866574485,
            "stop": 866575607
        },
        {
            "start": 866575613,
            "stop": 866575714
        },
        {
            "start": 866576406,
            "stop": 866578213
        },
        {
            "start": 866578919,
            "stop": 866578988
        },
        {
            "start": 866579691,
            "stop": 866579733
        },
        {
            "start": 866580514,
            "stop": 866581316
        },
        {
            "start": 866581616,
            "stop": 866583373
        },
        {
            "start": 866587207,
            "stop": 866593661
        },
        {
            "start": 866593961,
            "stop": 866595425
        },
        {
            "start": 866595430,
            "stop": 866599722
        },
        {
            "start": 866599724,
            "stop": 866600405
        },
        {
            "start": 866600705,
            "stop": 866601102
        },
        {
            "start": 866601634,
            "stop": 866601660
        },
        {
            "start": 866601720,
            "stop": 866601786
        },
        {
            "start": 866602429,
            "stop": 866602693
        },
        {
            "start": 866602993,
            "stop": 866603742
        }
    ]
}