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=107
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=108",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=106",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 107,
    "results": [
        {
            "start": 826910078,
            "stop": 826911398
        },
        {
            "start": 826911401,
            "stop": 826913976
        },
        {
            "start": 826913983,
            "stop": 826920366
        },
        {
            "start": 826928086,
            "stop": 826936920
        },
        {
            "start": 826936923,
            "stop": 826936924
        },
        {
            "start": 826936939,
            "stop": 826936945
        },
        {
            "start": 826936948,
            "stop": 826958893
        },
        {
            "start": 826960327,
            "stop": 826965973
        },
        {
            "start": 826968174,
            "stop": 826992290
        },
        {
            "start": 827025204,
            "stop": 827031819
        },
        {
            "start": 827032502,
            "stop": 827041174
        },
        {
            "start": 827043925,
            "stop": 827071513
        },
        {
            "start": 827071529,
            "stop": 827071530
        },
        {
            "start": 827071684,
            "stop": 827075292
        },
        {
            "start": 827075436,
            "stop": 827082707
        },
        {
            "start": 827086885,
            "stop": 827089345
        },
        {
            "start": 827089403,
            "stop": 827089512
        },
        {
            "start": 827089514,
            "stop": 827089674
        },
        {
            "start": 827089784,
            "stop": 827090526
        },
        {
            "start": 827092406,
            "stop": 827092716
        }
    ]
}