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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_CBC_CAT2/segments?format=api&page=49",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_CBC_CAT2/segments?format=api&page=47",
    "results_count": 1162,
    "results_per_page": 20,
    "num_pages": 59,
    "page_number": 48,
    "results": [
        {
            "start": 1414454434,
            "stop": 1414460186
        },
        {
            "start": 1414460412,
            "stop": 1414476305
        },
        {
            "start": 1414479735,
            "stop": 1414514546
        },
        {
            "start": 1414518227,
            "stop": 1414541688
        },
        {
            "start": 1414541701,
            "stop": 1414607501
        },
        {
            "start": 1414609207,
            "stop": 1414640778
        },
        {
            "start": 1414641318,
            "stop": 1414642644
        },
        {
            "start": 1414724815,
            "stop": 1414768966
        },
        {
            "start": 1414780507,
            "stop": 1414782509
        },
        {
            "start": 1414794660,
            "stop": 1414794702
        },
        {
            "start": 1414794746,
            "stop": 1414796014
        },
        {
            "start": 1414804624,
            "stop": 1414853450
        },
        {
            "start": 1414879976,
            "stop": 1414943061
        },
        {
            "start": 1414951099,
            "stop": 1414956842
        },
        {
            "start": 1414976741,
            "stop": 1415032353
        },
        {
            "start": 1415034588,
            "stop": 1415034625
        },
        {
            "start": 1415052089,
            "stop": 1415090736
        },
        {
            "start": 1415095278,
            "stop": 1415097066
        },
        {
            "start": 1415118622,
            "stop": 1415119832
        },
        {
            "start": 1415123825,
            "stop": 1415132381
        }
    ]
}