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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=109",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=107",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 108,
    "results": [
        {
            "start": 1126603038,
            "stop": 1126603040
        },
        {
            "start": 1126603052,
            "stop": 1126603056
        },
        {
            "start": 1126603059,
            "stop": 1126603060
        },
        {
            "start": 1126603062,
            "stop": 1126603063
        },
        {
            "start": 1126603065,
            "stop": 1126603073
        },
        {
            "start": 1126603074,
            "stop": 1126603075
        },
        {
            "start": 1126603079,
            "stop": 1126603084
        },
        {
            "start": 1126603086,
            "stop": 1126603091
        },
        {
            "start": 1126603093,
            "stop": 1126603098
        },
        {
            "start": 1126603100,
            "stop": 1126603130
        },
        {
            "start": 1126603132,
            "stop": 1126603138
        },
        {
            "start": 1126603139,
            "stop": 1126603145
        },
        {
            "start": 1126603149,
            "stop": 1126603180
        },
        {
            "start": 1126603181,
            "stop": 1126603182
        },
        {
            "start": 1126603185,
            "stop": 1126603187
        },
        {
            "start": 1126603191,
            "stop": 1126603193
        },
        {
            "start": 1126603195,
            "stop": 1126603199
        },
        {
            "start": 1126603201,
            "stop": 1126603229
        },
        {
            "start": 1126603232,
            "stop": 1126603248
        },
        {
            "start": 1126603249,
            "stop": 1126603403
        }
    ]
}