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=370
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=371",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=369",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 370,
    "results": [
        {
            "start": 847738545,
            "stop": 847738577
        },
        {
            "start": 847738579,
            "stop": 847738600
        },
        {
            "start": 847738601,
            "stop": 847738603
        },
        {
            "start": 847738604,
            "stop": 847738608
        },
        {
            "start": 847738718,
            "stop": 847738720
        },
        {
            "start": 847738721,
            "stop": 847738770
        },
        {
            "start": 847739200,
            "stop": 847739206
        },
        {
            "start": 847739208,
            "stop": 847739221
        },
        {
            "start": 847739223,
            "stop": 847739229
        },
        {
            "start": 847739642,
            "stop": 847739647
        },
        {
            "start": 847739653,
            "stop": 847739699
        },
        {
            "start": 847739700,
            "stop": 847739711
        },
        {
            "start": 847739712,
            "stop": 847739719
        },
        {
            "start": 847739720,
            "stop": 847739750
        },
        {
            "start": 847739751,
            "stop": 847739753
        },
        {
            "start": 847739754,
            "stop": 847739785
        },
        {
            "start": 847739786,
            "stop": 847739891
        },
        {
            "start": 847739892,
            "stop": 847739918
        },
        {
            "start": 847739919,
            "stop": 847739968
        },
        {
            "start": 847739970,
            "stop": 847739998
        }
    ]
}