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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7080",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7078",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7079,
    "results": [
        {
            "start": 874088631,
            "stop": 874088632
        },
        {
            "start": 874088634,
            "stop": 874088636
        },
        {
            "start": 874088638,
            "stop": 874088639
        },
        {
            "start": 874088641,
            "stop": 874088650
        },
        {
            "start": 874088651,
            "stop": 874088653
        },
        {
            "start": 874088654,
            "stop": 874088683
        },
        {
            "start": 874088684,
            "stop": 874088852
        },
        {
            "start": 874088854,
            "stop": 874088878
        },
        {
            "start": 874088879,
            "stop": 874089095
        },
        {
            "start": 874089096,
            "stop": 874089112
        },
        {
            "start": 874089113,
            "stop": 874089120
        },
        {
            "start": 874089121,
            "stop": 874089159
        },
        {
            "start": 874089161,
            "stop": 874089196
        },
        {
            "start": 874089198,
            "stop": 874090028
        },
        {
            "start": 874090029,
            "stop": 874090088
        },
        {
            "start": 874090089,
            "stop": 874090497
        },
        {
            "start": 874090498,
            "stop": 874090673
        },
        {
            "start": 874090674,
            "stop": 874090990
        },
        {
            "start": 874090991,
            "stop": 874091104
        },
        {
            "start": 874091106,
            "stop": 874091427
        }
    ]
}