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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=161",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=159",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 160,
    "results": [
        {
            "start": 837433244,
            "stop": 837434565
        },
        {
            "start": 837435096,
            "stop": 837435282
        },
        {
            "start": 837437027,
            "stop": 837437473
        },
        {
            "start": 837437511,
            "stop": 837437513
        },
        {
            "start": 837437628,
            "stop": 837438433
        },
        {
            "start": 837438477,
            "stop": 837438478
        },
        {
            "start": 837438553,
            "stop": 837439273
        },
        {
            "start": 837441308,
            "stop": 837443593
        },
        {
            "start": 837443626,
            "stop": 837443628
        },
        {
            "start": 837447491,
            "stop": 837451019
        },
        {
            "start": 837451379,
            "stop": 837452289
        },
        {
            "start": 837452997,
            "stop": 837454633
        },
        {
            "start": 837454640,
            "stop": 837454641
        },
        {
            "start": 837454853,
            "stop": 837458593
        },
        {
            "start": 837458598,
            "stop": 837458599
        },
        {
            "start": 837458707,
            "stop": 837460993
        },
        {
            "start": 837462609,
            "stop": 837466093
        },
        {
            "start": 837466135,
            "stop": 837466136
        },
        {
            "start": 837466230,
            "stop": 837468624
        },
        {
            "start": 837468774,
            "stop": 837468975
        }
    ]
}