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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=321",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=319",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 320,
    "results": [
        {
            "start": 821746583,
            "stop": 821746603
        },
        {
            "start": 821746606,
            "stop": 821746629
        },
        {
            "start": 821746635,
            "stop": 821746645
        },
        {
            "start": 821746648,
            "stop": 821746687
        },
        {
            "start": 821746690,
            "stop": 821746691
        },
        {
            "start": 821746694,
            "stop": 821746713
        },
        {
            "start": 821747290,
            "stop": 821747304
        },
        {
            "start": 821747307,
            "stop": 821747310
        },
        {
            "start": 821747313,
            "stop": 821747319
        },
        {
            "start": 821747325,
            "stop": 821747333
        },
        {
            "start": 821747336,
            "stop": 821747339
        },
        {
            "start": 821747342,
            "stop": 821747345
        },
        {
            "start": 821747350,
            "stop": 821747352
        },
        {
            "start": 821747365,
            "stop": 821747370
        },
        {
            "start": 821747373,
            "stop": 821747374
        },
        {
            "start": 821747377,
            "stop": 821747378
        },
        {
            "start": 821747381,
            "stop": 821747385
        },
        {
            "start": 821747388,
            "stop": 821747389
        },
        {
            "start": 821747392,
            "stop": 821747436
        },
        {
            "start": 821747439,
            "stop": 821747474
        }
    ]
}