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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=256",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=254",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 255,
    "results": [
        {
            "start": 931164914,
            "stop": 931164917
        },
        {
            "start": 931164918,
            "stop": 931164919
        },
        {
            "start": 931164922,
            "stop": 931164930
        },
        {
            "start": 931164933,
            "stop": 931164937
        },
        {
            "start": 931164939,
            "stop": 931164944
        },
        {
            "start": 931164954,
            "stop": 931164955
        },
        {
            "start": 931164959,
            "stop": 931164967
        },
        {
            "start": 931164969,
            "stop": 931164970
        },
        {
            "start": 931164973,
            "stop": 931164979
        },
        {
            "start": 931164980,
            "stop": 931164983
        },
        {
            "start": 931164985,
            "stop": 931164986
        },
        {
            "start": 931164988,
            "stop": 931164991
        },
        {
            "start": 931164994,
            "stop": 931164995
        },
        {
            "start": 931165000,
            "stop": 931165001
        },
        {
            "start": 931165002,
            "stop": 931165004
        },
        {
            "start": 931165005,
            "stop": 931165008
        },
        {
            "start": 931165009,
            "stop": 931165030
        },
        {
            "start": 931165031,
            "stop": 931165042
        },
        {
            "start": 931165045,
            "stop": 931165049
        },
        {
            "start": 931165050,
            "stop": 931165052
        }
    ]
}