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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2184",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2182",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2183,
    "results": [
        {
            "start": 872469770,
            "stop": 872469846
        },
        {
            "start": 872469868,
            "stop": 872469895
        },
        {
            "start": 872469932,
            "stop": 872470019
        },
        {
            "start": 872470060,
            "stop": 872470070
        },
        {
            "start": 872470105,
            "stop": 872470143
        },
        {
            "start": 872470206,
            "stop": 872470292
        },
        {
            "start": 872470317,
            "stop": 872470546
        },
        {
            "start": 872470572,
            "stop": 872470582
        },
        {
            "start": 872470601,
            "stop": 872470678
        },
        {
            "start": 872470697,
            "stop": 872470896
        },
        {
            "start": 872470917,
            "stop": 872471026
        },
        {
            "start": 872471046,
            "stop": 872471181
        },
        {
            "start": 872471200,
            "stop": 872471873
        },
        {
            "start": 872471892,
            "stop": 872472255
        },
        {
            "start": 872472274,
            "stop": 872472351
        },
        {
            "start": 872472370,
            "stop": 872472425
        },
        {
            "start": 872472470,
            "stop": 872472570
        },
        {
            "start": 872472592,
            "stop": 872472618
        },
        {
            "start": 872472637,
            "stop": 872472708
        },
        {
            "start": 872472727,
            "stop": 872472729
        }
    ]
}