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=184
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=185",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=183",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 184,
    "results": [
        {
            "start": 836796127,
            "stop": 836800453
        },
        {
            "start": 836801661,
            "stop": 836848153
        },
        {
            "start": 836848171,
            "stop": 836848173
        },
        {
            "start": 836848280,
            "stop": 836858113
        },
        {
            "start": 836859132,
            "stop": 836860384
        },
        {
            "start": 836860505,
            "stop": 836861754
        },
        {
            "start": 836863621,
            "stop": 836928237
        },
        {
            "start": 836928350,
            "stop": 836928973
        },
        {
            "start": 836930851,
            "stop": 836932079
        },
        {
            "start": 836933582,
            "stop": 836934853
        },
        {
            "start": 836934877,
            "stop": 836934879
        },
        {
            "start": 836934953,
            "stop": 836940321
        },
        {
            "start": 836948220,
            "stop": 836948833
        },
        {
            "start": 836949995,
            "stop": 836953302
        },
        {
            "start": 836954280,
            "stop": 836958073
        },
        {
            "start": 836959404,
            "stop": 836959789
        },
        {
            "start": 836959861,
            "stop": 836960878
        },
        {
            "start": 836960882,
            "stop": 836961069
        },
        {
            "start": 836961073,
            "stop": 836961176
        },
        {
            "start": 836961180,
            "stop": 836962009
        }
    ]
}