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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=903",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=901",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 902,
    "results": [
        {
            "start": 864573229,
            "stop": 864573349
        },
        {
            "start": 864573552,
            "stop": 864573972
        },
        {
            "start": 864574122,
            "stop": 864574212
        },
        {
            "start": 864574537,
            "stop": 864574777
        },
        {
            "start": 864575026,
            "stop": 864575086
        },
        {
            "start": 864575392,
            "stop": 864575632
        },
        {
            "start": 864575899,
            "stop": 864576439
        },
        {
            "start": 864576580,
            "stop": 864576880
        },
        {
            "start": 864577019,
            "stop": 864577259
        },
        {
            "start": 864577540,
            "stop": 864578200
        },
        {
            "start": 864578387,
            "stop": 864578627
        },
        {
            "start": 864578971,
            "stop": 864579031
        },
        {
            "start": 864579215,
            "stop": 864581765
        },
        {
            "start": 864581948,
            "stop": 864582128
        },
        {
            "start": 864582277,
            "stop": 864582397
        },
        {
            "start": 864582557,
            "stop": 864582677
        },
        {
            "start": 864582910,
            "stop": 864583210
        },
        {
            "start": 864583363,
            "stop": 864583573
        },
        {
            "start": 864583723,
            "stop": 864583903
        },
        {
            "start": 864584463,
            "stop": 864584523
        }
    ]
}