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=90
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=91",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=89",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 90,
    "results": [
        {
            "start": 820101559,
            "stop": 820101739
        },
        {
            "start": 820102503,
            "stop": 820102623
        },
        {
            "start": 820102786,
            "stop": 820103746
        },
        {
            "start": 820103881,
            "stop": 820103941
        },
        {
            "start": 820104077,
            "stop": 820104377
        },
        {
            "start": 820104574,
            "stop": 820104874
        },
        {
            "start": 820105039,
            "stop": 820105099
        },
        {
            "start": 820105248,
            "stop": 820105428
        },
        {
            "start": 820105589,
            "stop": 820105949
        },
        {
            "start": 820106134,
            "stop": 820106374
        },
        {
            "start": 820106566,
            "stop": 820107406
        },
        {
            "start": 820107651,
            "stop": 820107771
        },
        {
            "start": 820108007,
            "stop": 820108547
        },
        {
            "start": 820111384,
            "stop": 820112524
        },
        {
            "start": 820112676,
            "stop": 820113456
        },
        {
            "start": 820113621,
            "stop": 820114941
        },
        {
            "start": 820116050,
            "stop": 820116770
        },
        {
            "start": 820117018,
            "stop": 820117078
        },
        {
            "start": 820117239,
            "stop": 820117359
        },
        {
            "start": 820117605,
            "stop": 820117725
        }
    ]
}