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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=923",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=921",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 922,
    "results": [
        {
            "start": 865460776,
            "stop": 865463536
        },
        {
            "start": 865463686,
            "stop": 865464436
        },
        {
            "start": 865464677,
            "stop": 865464977
        },
        {
            "start": 865465802,
            "stop": 865466312
        },
        {
            "start": 865466342,
            "stop": 865466462
        },
        {
            "start": 865466492,
            "stop": 865474562
        },
        {
            "start": 865475568,
            "stop": 865479168
        },
        {
            "start": 865479321,
            "stop": 865480161
        },
        {
            "start": 865480311,
            "stop": 865481691
        },
        {
            "start": 865481841,
            "stop": 865484121
        },
        {
            "start": 865484262,
            "stop": 865485582
        },
        {
            "start": 865485786,
            "stop": 865487166
        },
        {
            "start": 865487901,
            "stop": 865490901
        },
        {
            "start": 865493090,
            "stop": 865495610
        },
        {
            "start": 865495700,
            "stop": 865507370
        },
        {
            "start": 865507520,
            "stop": 865516010
        },
        {
            "start": 865516160,
            "stop": 865518530
        },
        {
            "start": 865519985,
            "stop": 865528415
        },
        {
            "start": 865528565,
            "stop": 865533155
        },
        {
            "start": 865533455,
            "stop": 865534025
        }
    ]
}