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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=131",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=129",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 130,
    "results": [
        {
            "start": 827923298,
            "stop": 827945805
        },
        {
            "start": 827947586,
            "stop": 827960491
        },
        {
            "start": 827960495,
            "stop": 827969873
        },
        {
            "start": 827970007,
            "stop": 827971432
        },
        {
            "start": 827973240,
            "stop": 827980679
        },
        {
            "start": 827981917,
            "stop": 828038085
        },
        {
            "start": 828040821,
            "stop": 828041293
        },
        {
            "start": 828042173,
            "stop": 828043513
        },
        {
            "start": 828043539,
            "stop": 828043541
        },
        {
            "start": 828043896,
            "stop": 828051548
        },
        {
            "start": 828051702,
            "stop": 828056101
        },
        {
            "start": 828056102,
            "stop": 828112497
        },
        {
            "start": 828116725,
            "stop": 828118033
        },
        {
            "start": 828121528,
            "stop": 828126046
        },
        {
            "start": 828126330,
            "stop": 828126428
        },
        {
            "start": 828126592,
            "stop": 828126953
        },
        {
            "start": 828127014,
            "stop": 828128113
        },
        {
            "start": 828134180,
            "stop": 828138354
        },
        {
            "start": 828138944,
            "stop": 828153408
        },
        {
            "start": 828154571,
            "stop": 828156313
        }
    ]
}