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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT1/segments?format=api&page=149",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT1/segments?format=api&page=147",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 148,
    "results": [
        {
            "start": 1418923387,
            "stop": 1418924144
        },
        {
            "start": 1418924148,
            "stop": 1418924184
        },
        {
            "start": 1418924208,
            "stop": 1418926369
        },
        {
            "start": 1418926371,
            "stop": 1418929851
        },
        {
            "start": 1418929853,
            "stop": 1418929905
        },
        {
            "start": 1418929906,
            "stop": 1418929942
        },
        {
            "start": 1418929944,
            "stop": 1418930637
        },
        {
            "start": 1418930638,
            "stop": 1418931472
        },
        {
            "start": 1418931480,
            "stop": 1418931512
        },
        {
            "start": 1418931514,
            "stop": 1418931608
        },
        {
            "start": 1418931616,
            "stop": 1418931640
        },
        {
            "start": 1418931642,
            "stop": 1418932560
        },
        {
            "start": 1418932562,
            "stop": 1418932697
        },
        {
            "start": 1418932698,
            "stop": 1418932707
        },
        {
            "start": 1418932712,
            "stop": 1418932720
        },
        {
            "start": 1418932724,
            "stop": 1418932808
        },
        {
            "start": 1418932809,
            "stop": 1418933056
        },
        {
            "start": 1418933057,
            "stop": 1418933272
        },
        {
            "start": 1418933276,
            "stop": 1418933688
        },
        {
            "start": 1418933692,
            "stop": 1418933764
        }
    ]
}