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=326
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=327",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=325",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 326,
    "results": [
        {
            "start": 852505585,
            "stop": 852505642
        },
        {
            "start": 852505648,
            "stop": 852505893
        },
        {
            "start": 852506193,
            "stop": 852506277
        },
        {
            "start": 852506387,
            "stop": 852506542
        },
        {
            "start": 852506842,
            "stop": 852507509
        },
        {
            "start": 852507855,
            "stop": 852507884
        },
        {
            "start": 852507994,
            "stop": 852508068
        },
        {
            "start": 852508368,
            "stop": 852508951
        },
        {
            "start": 852509251,
            "stop": 852520564
        },
        {
            "start": 852520981,
            "stop": 852559707
        },
        {
            "start": 852559715,
            "stop": 852559725
        },
        {
            "start": 852559733,
            "stop": 852559757
        },
        {
            "start": 852559763,
            "stop": 852563148
        },
        {
            "start": 852563151,
            "stop": 852563153
        },
        {
            "start": 852563156,
            "stop": 852563735
        },
        {
            "start": 852563738,
            "stop": 852564512
        },
        {
            "start": 852564521,
            "stop": 852564545
        },
        {
            "start": 852564548,
            "stop": 852565965
        },
        {
            "start": 852567776,
            "stop": 852568700
        },
        {
            "start": 852568810,
            "stop": 852568994
        }
    ]
}