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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=358",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=356",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 357,
    "results": [
        {
            "start": 825022506,
            "stop": 825022871
        },
        {
            "start": 825022875,
            "stop": 825024117
        },
        {
            "start": 825024612,
            "stop": 825026213
        },
        {
            "start": 825026703,
            "stop": 825027755
        },
        {
            "start": 825028055,
            "stop": 825028138
        },
        {
            "start": 825028799,
            "stop": 825029254
        },
        {
            "start": 825029554,
            "stop": 825030100
        },
        {
            "start": 825030400,
            "stop": 825031029
        },
        {
            "start": 825031032,
            "stop": 825031128
        },
        {
            "start": 825031465,
            "stop": 825031487
        },
        {
            "start": 825031490,
            "stop": 825031502
        },
        {
            "start": 825031505,
            "stop": 825031506
        },
        {
            "start": 825031511,
            "stop": 825031821
        },
        {
            "start": 825031824,
            "stop": 825031853
        },
        {
            "start": 825031856,
            "stop": 825031857
        },
        {
            "start": 825031863,
            "stop": 825032010
        },
        {
            "start": 825032369,
            "stop": 825032708
        },
        {
            "start": 825033008,
            "stop": 825035243
        },
        {
            "start": 825035749,
            "stop": 825035751
        },
        {
            "start": 825044862,
            "stop": 825045786
        }
    ]
}