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=159
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=160",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=158",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 159,
    "results": [
        {
            "start": 821538536,
            "stop": 821538546
        },
        {
            "start": 821538549,
            "stop": 821538550
        },
        {
            "start": 821538553,
            "stop": 821538567
        },
        {
            "start": 821538571,
            "stop": 821538575
        },
        {
            "start": 821538583,
            "stop": 821538604
        },
        {
            "start": 821538607,
            "stop": 821538611
        },
        {
            "start": 821538617,
            "stop": 821538619
        },
        {
            "start": 821538624,
            "stop": 821538625
        },
        {
            "start": 821538628,
            "stop": 821538677
        },
        {
            "start": 821538680,
            "stop": 821538687
        },
        {
            "start": 821538690,
            "stop": 821538701
        },
        {
            "start": 821538704,
            "stop": 821538706
        },
        {
            "start": 821538709,
            "stop": 821538710
        },
        {
            "start": 821538713,
            "stop": 821538729
        },
        {
            "start": 821538732,
            "stop": 821538736
        },
        {
            "start": 821538739,
            "stop": 821538748
        },
        {
            "start": 821538751,
            "stop": 821538760
        },
        {
            "start": 821538763,
            "stop": 821538768
        },
        {
            "start": 821538771,
            "stop": 821538775
        },
        {
            "start": 821538778,
            "stop": 821538789
        }
    ]
}