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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=232",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=230",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 231,
    "results": [
        {
            "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": 852565965
        },
        {
            "start": 852567776,
            "stop": 852568700
        },
        {
            "start": 852568810,
            "stop": 852569102
        },
        {
            "start": 852569344,
            "stop": 852569726
        },
        {
            "start": 852570026,
            "stop": 852574796
        },
        {
            "start": 852574938,
            "stop": 852575031
        },
        {
            "start": 852575141,
            "stop": 852575173
        },
        {
            "start": 852575473,
            "stop": 852576296
        },
        {
            "start": 852576596,
            "stop": 852577261
        },
        {
            "start": 852577561,
            "stop": 852577722
        },
        {
            "start": 852577832,
            "stop": 852578515
        },
        {
            "start": 852579063,
            "stop": 852580469
        },
        {
            "start": 852580579,
            "stop": 852580796
        }
    ]
}