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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5140",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5138",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5139,
    "results": [
        {
            "start": 969454538,
            "stop": 969454598
        },
        {
            "start": 969454658,
            "stop": 969454708
        },
        {
            "start": 969454712,
            "stop": 969454755
        },
        {
            "start": 969454759,
            "stop": 969454777
        },
        {
            "start": 969454838,
            "stop": 969454873
        },
        {
            "start": 969454876,
            "stop": 969454884
        },
        {
            "start": 969454887,
            "stop": 969454928
        },
        {
            "start": 969454932,
            "stop": 969454935
        },
        {
            "start": 969454938,
            "stop": 969454939
        },
        {
            "start": 969454942,
            "stop": 969454945
        },
        {
            "start": 969457185,
            "stop": 969457898
        },
        {
            "start": 969459878,
            "stop": 969459911
        },
        {
            "start": 969459914,
            "stop": 969460138
        },
        {
            "start": 969460141,
            "stop": 969460238
        },
        {
            "start": 969460298,
            "stop": 969461813
        },
        {
            "start": 969461816,
            "stop": 969462375
        },
        {
            "start": 969462378,
            "stop": 969462638
        },
        {
            "start": 969462698,
            "stop": 969462854
        },
        {
            "start": 969462872,
            "stop": 969462938
        },
        {
            "start": 969462998,
            "stop": 969463058
        }
    ]
}