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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5761",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5759",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5760,
    "results": [
        {
            "start": 874635982,
            "stop": 874635983
        },
        {
            "start": 874635987,
            "stop": 874636038
        },
        {
            "start": 874636041,
            "stop": 874636083
        },
        {
            "start": 874636086,
            "stop": 874636191
        },
        {
            "start": 874636195,
            "stop": 874636214
        },
        {
            "start": 874636218,
            "stop": 874636241
        },
        {
            "start": 874636244,
            "stop": 874636252
        },
        {
            "start": 874636255,
            "stop": 874636374
        },
        {
            "start": 874636377,
            "stop": 874636429
        },
        {
            "start": 874636432,
            "stop": 874636534
        },
        {
            "start": 874636537,
            "stop": 874636579
        },
        {
            "start": 874636582,
            "stop": 874636646
        },
        {
            "start": 874636650,
            "stop": 874636656
        },
        {
            "start": 874636661,
            "stop": 874636663
        },
        {
            "start": 874636670,
            "stop": 874636679
        },
        {
            "start": 874636682,
            "stop": 874636692
        },
        {
            "start": 874636695,
            "stop": 874636794
        },
        {
            "start": 874636797,
            "stop": 874637221
        },
        {
            "start": 874637225,
            "stop": 874637415
        },
        {
            "start": 874637418,
            "stop": 874637442
        }
    ]
}