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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=664",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=662",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 663,
    "results": [
        {
            "start": 850316758,
            "stop": 850316762
        },
        {
            "start": 850316781,
            "stop": 850317422
        },
        {
            "start": 850324837,
            "stop": 850325174
        },
        {
            "start": 850325177,
            "stop": 850329633
        },
        {
            "start": 850329637,
            "stop": 850329645
        },
        {
            "start": 850329648,
            "stop": 850330573
        },
        {
            "start": 850331099,
            "stop": 850331123
        },
        {
            "start": 850331910,
            "stop": 850346039
        },
        {
            "start": 850346506,
            "stop": 850349136
        },
        {
            "start": 850349161,
            "stop": 850362242
        },
        {
            "start": 850363263,
            "stop": 850370145
        },
        {
            "start": 850373568,
            "stop": 850378556
        },
        {
            "start": 850378594,
            "stop": 850385039
        },
        {
            "start": 850385042,
            "stop": 850395793
        },
        {
            "start": 850397098,
            "stop": 850405213
        },
        {
            "start": 850406348,
            "stop": 850407974
        },
        {
            "start": 850407977,
            "stop": 850420715
        },
        {
            "start": 850420716,
            "stop": 850426198
        },
        {
            "start": 850426200,
            "stop": 850437877
        },
        {
            "start": 850437880,
            "stop": 850461596
        }
    ]
}