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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=702",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=700",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 701,
    "results": [
        {
            "start": 951409995,
            "stop": 951412543
        },
        {
            "start": 951417656,
            "stop": 951417763
        },
        {
            "start": 951417769,
            "stop": 951420010
        },
        {
            "start": 951420416,
            "stop": 951422208
        },
        {
            "start": 951423167,
            "stop": 951424303
        },
        {
            "start": 951424309,
            "stop": 951425136
        },
        {
            "start": 951425142,
            "stop": 951438641
        },
        {
            "start": 951438647,
            "stop": 951442744
        },
        {
            "start": 951442928,
            "stop": 951446318
        },
        {
            "start": 951446324,
            "stop": 951447917
        },
        {
            "start": 951447924,
            "stop": 951448043
        },
        {
            "start": 951448049,
            "stop": 951452338
        },
        {
            "start": 951452344,
            "stop": 951456168
        },
        {
            "start": 951456174,
            "stop": 951461018
        },
        {
            "start": 951461024,
            "stop": 951461308
        },
        {
            "start": 951461314,
            "stop": 951481223
        },
        {
            "start": 951487222,
            "stop": 951488065
        },
        {
            "start": 951491361,
            "stop": 951492444
        },
        {
            "start": 951492449,
            "stop": 951494420
        },
        {
            "start": 951494426,
            "stop": 951505848
        }
    ]
}