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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=332",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=330",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 331,
    "results": [
        {
            "start": 857411852,
            "stop": 857411886
        },
        {
            "start": 857411896,
            "stop": 857411945
        },
        {
            "start": 857411949,
            "stop": 857412069
        },
        {
            "start": 857412088,
            "stop": 857412098
        },
        {
            "start": 857412102,
            "stop": 857412108
        },
        {
            "start": 857412130,
            "stop": 857412141
        },
        {
            "start": 857412145,
            "stop": 857412155
        },
        {
            "start": 857412159,
            "stop": 857412218
        },
        {
            "start": 857412226,
            "stop": 857412252
        },
        {
            "start": 857412256,
            "stop": 857412342
        },
        {
            "start": 857412346,
            "stop": 857412352
        },
        {
            "start": 857412356,
            "stop": 857412407
        },
        {
            "start": 857412411,
            "stop": 857412427
        },
        {
            "start": 857412445,
            "stop": 857412456
        },
        {
            "start": 857412465,
            "stop": 857412480
        },
        {
            "start": 857412483,
            "stop": 857412485
        },
        {
            "start": 857412488,
            "stop": 857412494
        },
        {
            "start": 857412523,
            "stop": 857412528
        },
        {
            "start": 857412532,
            "stop": 857412548
        },
        {
            "start": 857412552,
            "stop": 857412576
        }
    ]
}