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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9801",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9799",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9800,
    "results": [
        {
            "start": 873866511,
            "stop": 873866841
        },
        {
            "start": 873866844,
            "stop": 873866975
        },
        {
            "start": 873866978,
            "stop": 873866992
        },
        {
            "start": 873866999,
            "stop": 873867010
        },
        {
            "start": 873867014,
            "stop": 873867019
        },
        {
            "start": 873867025,
            "stop": 873867046
        },
        {
            "start": 873867051,
            "stop": 873867131
        },
        {
            "start": 873867135,
            "stop": 873867193
        },
        {
            "start": 873867204,
            "stop": 873867209
        },
        {
            "start": 873867213,
            "stop": 873867228
        },
        {
            "start": 873867232,
            "stop": 873867392
        },
        {
            "start": 873867403,
            "stop": 873867406
        },
        {
            "start": 873867409,
            "stop": 873867427
        },
        {
            "start": 873867430,
            "stop": 873867437
        },
        {
            "start": 873867440,
            "stop": 873867442
        },
        {
            "start": 873867446,
            "stop": 873867448
        },
        {
            "start": 873867454,
            "stop": 873867458
        },
        {
            "start": 873867464,
            "stop": 873867568
        },
        {
            "start": 873867571,
            "stop": 873867803
        },
        {
            "start": 873867806,
            "stop": 873868059
        }
    ]
}