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=591
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=592",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=590",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 591,
    "results": [
        {
            "start": 836170398,
            "stop": 836172204
        },
        {
            "start": 836172702,
            "stop": 836183857
        },
        {
            "start": 836184270,
            "stop": 836188277
        },
        {
            "start": 836189850,
            "stop": 836197129
        },
        {
            "start": 836197713,
            "stop": 836198554
        },
        {
            "start": 836199075,
            "stop": 836202252
        },
        {
            "start": 836202742,
            "stop": 836213613
        },
        {
            "start": 836213615,
            "stop": 836215619
        },
        {
            "start": 836215620,
            "stop": 836221960
        },
        {
            "start": 836222424,
            "stop": 836234556
        },
        {
            "start": 836234956,
            "stop": 836247384
        },
        {
            "start": 836248672,
            "stop": 836259587
        },
        {
            "start": 836260032,
            "stop": 836261506
        },
        {
            "start": 836262622,
            "stop": 836273449
        },
        {
            "start": 836273450,
            "stop": 836273722
        },
        {
            "start": 836273723,
            "stop": 836273725
        },
        {
            "start": 836273727,
            "stop": 836293079
        },
        {
            "start": 836294525,
            "stop": 836306121
        },
        {
            "start": 836306441,
            "stop": 836308061
        },
        {
            "start": 836308461,
            "stop": 836325084
        }
    ]
}