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=142
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=143",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=141",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 142,
    "results": [
        {
            "start": 832337558,
            "stop": 832338007
        },
        {
            "start": 832338307,
            "stop": 832338973
        },
        {
            "start": 832380664,
            "stop": 832401510
        },
        {
            "start": 832402233,
            "stop": 832404310
        },
        {
            "start": 832408387,
            "stop": 832411292
        },
        {
            "start": 832411294,
            "stop": 832423138
        },
        {
            "start": 832451544,
            "stop": 832451784
        },
        {
            "start": 832452084,
            "stop": 832452795
        },
        {
            "start": 832452905,
            "stop": 832453195
        },
        {
            "start": 832453495,
            "stop": 832454311
        },
        {
            "start": 832458911,
            "stop": 832460269
        },
        {
            "start": 832460271,
            "stop": 832461998
        },
        {
            "start": 832462108,
            "stop": 832462199
        },
        {
            "start": 832462499,
            "stop": 832465138
        },
        {
            "start": 832465248,
            "stop": 832465253
        },
        {
            "start": 832465256,
            "stop": 832465457
        },
        {
            "start": 832465460,
            "stop": 832465814
        },
        {
            "start": 832466114,
            "stop": 832472637
        },
        {
            "start": 832472937,
            "stop": 832479826
        },
        {
            "start": 832482102,
            "stop": 832493836
        }
    ]
}