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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40784",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40782",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40783,
    "results": [
        {
            "start": 874997898,
            "stop": 874997911
        },
        {
            "start": 874997912,
            "stop": 874997974
        },
        {
            "start": 874997975,
            "stop": 874997996
        },
        {
            "start": 874997997,
            "stop": 874998010
        },
        {
            "start": 874998012,
            "stop": 874998093
        },
        {
            "start": 874998094,
            "stop": 874998120
        },
        {
            "start": 874998121,
            "stop": 874998125
        },
        {
            "start": 874998126,
            "stop": 874998230
        },
        {
            "start": 874998231,
            "stop": 874998253
        },
        {
            "start": 874998254,
            "stop": 874998381
        },
        {
            "start": 874998382,
            "stop": 874998402
        },
        {
            "start": 874998403,
            "stop": 874998655
        },
        {
            "start": 874998656,
            "stop": 874998672
        },
        {
            "start": 874998673,
            "stop": 874998836
        },
        {
            "start": 874998837,
            "stop": 874998854
        },
        {
            "start": 874998855,
            "stop": 874998875
        },
        {
            "start": 874998876,
            "stop": 874998917
        },
        {
            "start": 874998918,
            "stop": 874998958
        },
        {
            "start": 874998960,
            "stop": 874998999
        },
        {
            "start": 874999000,
            "stop": 874999001
        }
    ]
}