Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10264
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=10265",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10263",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10264,
    "results": [
        {
            "start": 874742360,
            "stop": 874742640
        },
        {
            "start": 874742700,
            "stop": 874742838
        },
        {
            "start": 874742845,
            "stop": 874742854
        },
        {
            "start": 874742862,
            "stop": 874742974
        },
        {
            "start": 874742982,
            "stop": 874743060
        },
        {
            "start": 874743120,
            "stop": 874743429
        },
        {
            "start": 874743436,
            "stop": 874743510
        },
        {
            "start": 874745172,
            "stop": 874745340
        },
        {
            "start": 874745460,
            "stop": 874745696
        },
        {
            "start": 874745704,
            "stop": 874745906
        },
        {
            "start": 874745942,
            "stop": 874746112
        },
        {
            "start": 874746148,
            "stop": 874746166
        },
        {
            "start": 874746173,
            "stop": 874746391
        },
        {
            "start": 874746448,
            "stop": 874746514
        },
        {
            "start": 874746532,
            "stop": 874746780
        },
        {
            "start": 874746862,
            "stop": 874747003
        },
        {
            "start": 874747011,
            "stop": 874747200
        },
        {
            "start": 874747260,
            "stop": 874747401
        },
        {
            "start": 874747437,
            "stop": 874748420
        },
        {
            "start": 874748457,
            "stop": 874748458
        }
    ]
}