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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_CBC_CAT3/segments?format=api&page=27",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_CBC_CAT3/segments?format=api&page=25",
    "results_count": 568,
    "results_per_page": 20,
    "num_pages": 29,
    "page_number": 26,
    "results": [
        {
            "start": 1386823752,
            "stop": 1386826185
        },
        {
            "start": 1386828385,
            "stop": 1386829893
        },
        {
            "start": 1386875765,
            "stop": 1386891719
        },
        {
            "start": 1386902687,
            "stop": 1386913195
        },
        {
            "start": 1387062384,
            "stop": 1387063524
        },
        {
            "start": 1387066443,
            "stop": 1387072979
        },
        {
            "start": 1387075440,
            "stop": 1387110453
        },
        {
            "start": 1387122875,
            "stop": 1387131269
        },
        {
            "start": 1387138155,
            "stop": 1387138242
        },
        {
            "start": 1387156120,
            "stop": 1387169065
        },
        {
            "start": 1387172485,
            "stop": 1387189833
        },
        {
            "start": 1387196187,
            "stop": 1387197814
        },
        {
            "start": 1387200872,
            "stop": 1387206946
        },
        {
            "start": 1387215804,
            "stop": 1387215812
        },
        {
            "start": 1387220720,
            "stop": 1387229604
        },
        {
            "start": 1387240194,
            "stop": 1387273546
        },
        {
            "start": 1387280864,
            "stop": 1387305598
        },
        {
            "start": 1387311423,
            "stop": 1387386499
        },
        {
            "start": 1387388952,
            "stop": 1387391468
        },
        {
            "start": 1387400353,
            "stop": 1387413514
        }
    ]
}