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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3754",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3752",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3753,
    "results": [
        {
            "start": 872978051,
            "stop": 872978125
        },
        {
            "start": 872978126,
            "stop": 872978195
        },
        {
            "start": 872978197,
            "stop": 872978260
        },
        {
            "start": 872978263,
            "stop": 872978270
        },
        {
            "start": 872978273,
            "stop": 872978283
        },
        {
            "start": 872978288,
            "stop": 872978332
        },
        {
            "start": 872978334,
            "stop": 872978369
        },
        {
            "start": 872978371,
            "stop": 872978981
        },
        {
            "start": 872978983,
            "stop": 872979574
        },
        {
            "start": 872979576,
            "stop": 872980121
        },
        {
            "start": 872980124,
            "stop": 872980146
        },
        {
            "start": 872980149,
            "stop": 872981260
        },
        {
            "start": 872981262,
            "stop": 872986275
        },
        {
            "start": 872986320,
            "stop": 872991791
        },
        {
            "start": 872991794,
            "stop": 872991795
        },
        {
            "start": 872991798,
            "stop": 872991800
        },
        {
            "start": 872991804,
            "stop": 872992191
        },
        {
            "start": 872992196,
            "stop": 872992245
        },
        {
            "start": 872992248,
            "stop": 872992517
        },
        {
            "start": 872992523,
            "stop": 872992959
        }
    ]
}