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=505
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=506",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=504",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 505,
    "results": [
        {
            "start": 867867788,
            "stop": 867867796
        },
        {
            "start": 867867797,
            "stop": 867876420
        },
        {
            "start": 867876480,
            "stop": 867892412
        },
        {
            "start": 867892418,
            "stop": 867946269
        },
        {
            "start": 867946271,
            "stop": 867956609
        },
        {
            "start": 867958882,
            "stop": 867991200
        },
        {
            "start": 867991260,
            "stop": 868022820
        },
        {
            "start": 868022828,
            "stop": 868027860
        },
        {
            "start": 868027923,
            "stop": 868027927
        },
        {
            "start": 868027933,
            "stop": 868028135
        },
        {
            "start": 868028252,
            "stop": 868036342
        },
        {
            "start": 868036347,
            "stop": 868036366
        },
        {
            "start": 868036369,
            "stop": 868039865
        },
        {
            "start": 868039868,
            "stop": 868039877
        },
        {
            "start": 868039882,
            "stop": 868039894
        },
        {
            "start": 868039898,
            "stop": 868039913
        },
        {
            "start": 868039916,
            "stop": 868039919
        },
        {
            "start": 868039925,
            "stop": 868039926
        },
        {
            "start": 868039932,
            "stop": 868039935
        },
        {
            "start": 868039939,
            "stop": 868041752
        }
    ]
}