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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=598",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=596",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 597,
    "results": [
        {
            "start": 837218916,
            "stop": 837218948
        },
        {
            "start": 837218949,
            "stop": 837221027
        },
        {
            "start": 837221028,
            "stop": 837222110
        },
        {
            "start": 837222598,
            "stop": 837223180
        },
        {
            "start": 837226407,
            "stop": 837226668
        },
        {
            "start": 837226669,
            "stop": 837226670
        },
        {
            "start": 837226671,
            "stop": 837226719
        },
        {
            "start": 837226721,
            "stop": 837227353
        },
        {
            "start": 837228247,
            "stop": 837229052
        },
        {
            "start": 837229053,
            "stop": 837229686
        },
        {
            "start": 837229687,
            "stop": 837229689
        },
        {
            "start": 837229693,
            "stop": 837242345
        },
        {
            "start": 837242347,
            "stop": 837267843
        },
        {
            "start": 837267846,
            "stop": 837270383
        },
        {
            "start": 837309005,
            "stop": 837321742
        },
        {
            "start": 837322345,
            "stop": 837323304
        },
        {
            "start": 837323305,
            "stop": 837329969
        },
        {
            "start": 837330521,
            "stop": 837330561
        },
        {
            "start": 837331040,
            "stop": 837333067
        },
        {
            "start": 837334247,
            "stop": 837344239
        }
    ]
}