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=604
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=605",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=603",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 604,
    "results": [
        {
            "start": 838338210,
            "stop": 838373308
        },
        {
            "start": 838375114,
            "stop": 838388671
        },
        {
            "start": 838388679,
            "stop": 838399128
        },
        {
            "start": 838401469,
            "stop": 838405979
        },
        {
            "start": 838407189,
            "stop": 838407859
        },
        {
            "start": 838408284,
            "stop": 838410194
        },
        {
            "start": 838410711,
            "stop": 838412223
        },
        {
            "start": 838412225,
            "stop": 838413279
        },
        {
            "start": 838413282,
            "stop": 838415048
        },
        {
            "start": 838416294,
            "stop": 838416786
        },
        {
            "start": 838418250,
            "stop": 838418795
        },
        {
            "start": 838420230,
            "stop": 838469390
        },
        {
            "start": 838470541,
            "stop": 838479616
        },
        {
            "start": 838495211,
            "stop": 838503356
        },
        {
            "start": 838503357,
            "stop": 838503362
        },
        {
            "start": 838503363,
            "stop": 838504999
        },
        {
            "start": 838505000,
            "stop": 838568613
        },
        {
            "start": 838568616,
            "stop": 838569048
        },
        {
            "start": 838571275,
            "stop": 838578113
        },
        {
            "start": 838578116,
            "stop": 838578157
        }
    ]
}