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=519
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=520",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=518",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 519,
    "results": [
        {
            "start": 826191567,
            "stop": 826194433
        },
        {
            "start": 826197924,
            "stop": 826229353
        },
        {
            "start": 826231497,
            "stop": 826232261
        },
        {
            "start": 826233047,
            "stop": 826237033
        },
        {
            "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": 826341433
        },
        {
            "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
        }
    ]
}