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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=268",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=266",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 267,
    "results": [
        {
            "start": 829853418,
            "stop": 829853538
        },
        {
            "start": 829853681,
            "stop": 829854581
        },
        {
            "start": 829854887,
            "stop": 829855307
        },
        {
            "start": 829855487,
            "stop": 829855727
        },
        {
            "start": 829858898,
            "stop": 829860158
        },
        {
            "start": 829861433,
            "stop": 829861853
        },
        {
            "start": 829862153,
            "stop": 829862753
        },
        {
            "start": 829863760,
            "stop": 829864000
        },
        {
            "start": 829864317,
            "stop": 829865337
        },
        {
            "start": 829870219,
            "stop": 829872259
        },
        {
            "start": 829872467,
            "stop": 829877147
        },
        {
            "start": 829878629,
            "stop": 829879109
        },
        {
            "start": 829879252,
            "stop": 829879492
        },
        {
            "start": 829879635,
            "stop": 829884435
        },
        {
            "start": 829884595,
            "stop": 829884655
        },
        {
            "start": 829886619,
            "stop": 829886859
        },
        {
            "start": 829889286,
            "stop": 829892706
        },
        {
            "start": 829892928,
            "stop": 829893768
        },
        {
            "start": 829897955,
            "stop": 829904435
        },
        {
            "start": 829904650,
            "stop": 829907890
        }
    ]
}