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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10029",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10027",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10028,
    "results": [
        {
            "start": 872469949,
            "stop": 872470019
        },
        {
            "start": 872470122,
            "stop": 872470143
        },
        {
            "start": 872470223,
            "stop": 872470292
        },
        {
            "start": 872470334,
            "stop": 872470546
        },
        {
            "start": 872470618,
            "stop": 872470678
        },
        {
            "start": 872470714,
            "stop": 872470896
        },
        {
            "start": 872470934,
            "stop": 872471026
        },
        {
            "start": 872471063,
            "stop": 872471181
        },
        {
            "start": 872471217,
            "stop": 872471873
        },
        {
            "start": 872471909,
            "stop": 872472255
        },
        {
            "start": 872472291,
            "stop": 872472351
        },
        {
            "start": 872472387,
            "stop": 872472425
        },
        {
            "start": 872472487,
            "stop": 872472570
        },
        {
            "start": 872472609,
            "stop": 872472618
        },
        {
            "start": 872472654,
            "stop": 872472708
        },
        {
            "start": 872472908,
            "stop": 872472918
        },
        {
            "start": 872473025,
            "stop": 872473078
        },
        {
            "start": 872473114,
            "stop": 872473372
        },
        {
            "start": 872473408,
            "stop": 872473419
        },
        {
            "start": 872473455,
            "stop": 872473681
        }
    ]
}