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=860
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=861",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=859",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 860,
    "results": [
        {
            "start": 964948894,
            "stop": 964955084
        },
        {
            "start": 964955822,
            "stop": 964955873
        },
        {
            "start": 964956660,
            "stop": 964959033
        },
        {
            "start": 964990745,
            "stop": 964995051
        },
        {
            "start": 965007836,
            "stop": 965009013
        },
        {
            "start": 965013385,
            "stop": 965021472
        },
        {
            "start": 965021892,
            "stop": 965022283
        },
        {
            "start": 965024050,
            "stop": 965025173
        },
        {
            "start": 965027350,
            "stop": 965032440
        },
        {
            "start": 965034686,
            "stop": 965042056
        },
        {
            "start": 965043089,
            "stop": 965044939
        },
        {
            "start": 965047486,
            "stop": 965050139
        },
        {
            "start": 965052384,
            "stop": 965053426
        },
        {
            "start": 965053432,
            "stop": 965053495
        },
        {
            "start": 965056583,
            "stop": 965058388
        },
        {
            "start": 965060254,
            "stop": 965060890
        },
        {
            "start": 965064004,
            "stop": 965070811
        },
        {
            "start": 965073213,
            "stop": 965088393
        },
        {
            "start": 965088761,
            "stop": 965088845
        },
        {
            "start": 965090380,
            "stop": 965093345
        }
    ]
}