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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1052",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1050",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 1051,
    "results": [
        {
            "start": 1135870476,
            "stop": 1135870763
        },
        {
            "start": 1135870765,
            "stop": 1135871093
        },
        {
            "start": 1135871094,
            "stop": 1135874189
        },
        {
            "start": 1135874191,
            "stop": 1135875230
        },
        {
            "start": 1135875232,
            "stop": 1135876763
        },
        {
            "start": 1135876765,
            "stop": 1135876979
        },
        {
            "start": 1135876980,
            "stop": 1135877857
        },
        {
            "start": 1135877859,
            "stop": 1135880876
        },
        {
            "start": 1135880877,
            "stop": 1135882585
        },
        {
            "start": 1135882586,
            "stop": 1135882603
        },
        {
            "start": 1135882605,
            "stop": 1135882833
        },
        {
            "start": 1135882835,
            "stop": 1135883146
        },
        {
            "start": 1135883148,
            "stop": 1135883239
        },
        {
            "start": 1135883241,
            "stop": 1135884427
        },
        {
            "start": 1135884429,
            "stop": 1135885612
        },
        {
            "start": 1135885613,
            "stop": 1135888065
        },
        {
            "start": 1135888067,
            "stop": 1135888416
        },
        {
            "start": 1135888418,
            "stop": 1135890198
        },
        {
            "start": 1135890200,
            "stop": 1135891874
        },
        {
            "start": 1135891875,
            "stop": 1135893866
        }
    ]
}