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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=1690",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=1688",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1689,
    "results": [
        {
            "start": 1248947933,
            "stop": 1248948068
        },
        {
            "start": 1248948071,
            "stop": 1248949200
        },
        {
            "start": 1248949203,
            "stop": 1248949671
        },
        {
            "start": 1248949674,
            "stop": 1248949838
        },
        {
            "start": 1248949841,
            "stop": 1248950082
        },
        {
            "start": 1248959455,
            "stop": 1248960584
        },
        {
            "start": 1248960587,
            "stop": 1248960833
        },
        {
            "start": 1248960836,
            "stop": 1248960883
        },
        {
            "start": 1248960886,
            "stop": 1248960911
        },
        {
            "start": 1248960914,
            "stop": 1248961029
        },
        {
            "start": 1248961032,
            "stop": 1248961113
        },
        {
            "start": 1248961116,
            "stop": 1248961202
        },
        {
            "start": 1248961205,
            "stop": 1248961412
        },
        {
            "start": 1248961415,
            "stop": 1248961704
        },
        {
            "start": 1248961707,
            "stop": 1248962108
        },
        {
            "start": 1248962111,
            "stop": 1248963287
        },
        {
            "start": 1248963295,
            "stop": 1248967937
        },
        {
            "start": 1248967939,
            "stop": 1248971094
        },
        {
            "start": 1248971102,
            "stop": 1248971747
        },
        {
            "start": 1248971749,
            "stop": 1248974713
        }
    ]
}