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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=193",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=191",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 192,
    "results": [
        {
            "start": 956602856,
            "stop": 956602955
        },
        {
            "start": 956602959,
            "stop": 956602962
        },
        {
            "start": 956602966,
            "stop": 956602976
        },
        {
            "start": 956602979,
            "stop": 956602983
        },
        {
            "start": 956602986,
            "stop": 956603252
        },
        {
            "start": 956603257,
            "stop": 956603266
        },
        {
            "start": 956603269,
            "stop": 956603272
        },
        {
            "start": 956603278,
            "stop": 956603300
        },
        {
            "start": 956603303,
            "stop": 956603325
        },
        {
            "start": 956603331,
            "stop": 956603332
        },
        {
            "start": 956603335,
            "stop": 956603521
        },
        {
            "start": 956603524,
            "stop": 956603538
        },
        {
            "start": 956603541,
            "stop": 956603547
        },
        {
            "start": 956603549,
            "stop": 956603565
        },
        {
            "start": 956603570,
            "stop": 956603571
        },
        {
            "start": 956603581,
            "stop": 956603717
        },
        {
            "start": 956603720,
            "stop": 956603725
        },
        {
            "start": 956603727,
            "stop": 956603729
        },
        {
            "start": 956603736,
            "stop": 956603738
        },
        {
            "start": 956603751,
            "stop": 956603811
        }
    ]
}