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_CAT2/segments?format=api&page=503
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=504",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=502",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 503,
    "results": [
        {
            "start": 867680838,
            "stop": 867680905
        },
        {
            "start": 867680908,
            "stop": 867682020
        },
        {
            "start": 867682140,
            "stop": 867683442
        },
        {
            "start": 867683448,
            "stop": 867683462
        },
        {
            "start": 867683470,
            "stop": 867683475
        },
        {
            "start": 867683480,
            "stop": 867683492
        },
        {
            "start": 867683500,
            "stop": 867685020
        },
        {
            "start": 867685080,
            "stop": 867687405
        },
        {
            "start": 867687728,
            "stop": 867689520
        },
        {
            "start": 867730518,
            "stop": 867734463
        },
        {
            "start": 867736010,
            "stop": 867736435
        },
        {
            "start": 867736591,
            "stop": 867736655
        },
        {
            "start": 867737734,
            "stop": 867762750
        },
        {
            "start": 867762755,
            "stop": 867766534
        },
        {
            "start": 867767751,
            "stop": 867771682
        },
        {
            "start": 867773079,
            "stop": 867773325
        },
        {
            "start": 867773625,
            "stop": 867774880
        },
        {
            "start": 867774990,
            "stop": 867775239
        },
        {
            "start": 867775356,
            "stop": 867776236
        },
        {
            "start": 867776741,
            "stop": 867777490
        }
    ]
}