Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=82
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=83",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=81",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 82,
    "results": [
        {
            "start": 826237852,
            "stop": 826260121
        },
        {
            "start": 826262669,
            "stop": 826264978
        },
        {
            "start": 826274883,
            "stop": 826275599
        },
        {
            "start": 826282042,
            "stop": 826316338
        },
        {
            "start": 826322469,
            "stop": 826322583
        },
        {
            "start": 826323300,
            "stop": 826326897
        },
        {
            "start": 826328623,
            "stop": 826329226
        },
        {
            "start": 826329626,
            "stop": 826339616
        },
        {
            "start": 826341045,
            "stop": 826341442
        },
        {
            "start": 826343325,
            "stop": 826347002
        },
        {
            "start": 826349274,
            "stop": 826355807
        },
        {
            "start": 826361789,
            "stop": 826361858
        },
        {
            "start": 826362258,
            "stop": 826362318
        },
        {
            "start": 826363320,
            "stop": 826368287
        },
        {
            "start": 826369307,
            "stop": 826380453
        },
        {
            "start": 826383613,
            "stop": 826387313
        },
        {
            "start": 826410751,
            "stop": 826410795
        },
        {
            "start": 826411195,
            "stop": 826411348
        },
        {
            "start": 826411668,
            "stop": 826411669
        },
        {
            "start": 826412069,
            "stop": 826412195
        }
    ]
}