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=708
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=709",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=707",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 708,
    "results": [
        {
            "start": 952325388,
            "stop": 952326349
        },
        {
            "start": 952326355,
            "stop": 952326589
        },
        {
            "start": 952326595,
            "stop": 952326873
        },
        {
            "start": 952326879,
            "stop": 952327465
        },
        {
            "start": 952327471,
            "stop": 952327651
        },
        {
            "start": 952327657,
            "stop": 952327666
        },
        {
            "start": 952327672,
            "stop": 952327826
        },
        {
            "start": 952327832,
            "stop": 952327965
        },
        {
            "start": 952328587,
            "stop": 952329359
        },
        {
            "start": 952329365,
            "stop": 952329395
        },
        {
            "start": 952329405,
            "stop": 952329409
        },
        {
            "start": 952330129,
            "stop": 952330243
        },
        {
            "start": 952330249,
            "stop": 952330283
        },
        {
            "start": 952330311,
            "stop": 952330318
        },
        {
            "start": 952330331,
            "stop": 952330437
        },
        {
            "start": 952330443,
            "stop": 952331211
        },
        {
            "start": 952331217,
            "stop": 952331362
        },
        {
            "start": 952331368,
            "stop": 952335212
        },
        {
            "start": 952335218,
            "stop": 952335767
        },
        {
            "start": 952335773,
            "stop": 952336197
        }
    ]
}