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=317
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=318",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=316",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 317,
    "results": [
        {
            "start": 833437259,
            "stop": 833440499
        },
        {
            "start": 833441457,
            "stop": 833446617
        },
        {
            "start": 833448890,
            "stop": 833451020
        },
        {
            "start": 833452320,
            "stop": 833455980
        },
        {
            "start": 833456871,
            "stop": 833463171
        },
        {
            "start": 833463369,
            "stop": 833465349
        },
        {
            "start": 833465618,
            "stop": 833470598
        },
        {
            "start": 833470813,
            "stop": 833472133
        },
        {
            "start": 833472275,
            "stop": 833472455
        },
        {
            "start": 833472615,
            "stop": 833472735
        },
        {
            "start": 833472953,
            "stop": 833473793
        },
        {
            "start": 833473956,
            "stop": 833474016
        },
        {
            "start": 833474164,
            "stop": 833474644
        },
        {
            "start": 833475182,
            "stop": 833476382
        },
        {
            "start": 833476541,
            "stop": 833478341
        },
        {
            "start": 833478492,
            "stop": 833478612
        },
        {
            "start": 833478851,
            "stop": 833479091
        },
        {
            "start": 833479247,
            "stop": 833479367
        },
        {
            "start": 833479555,
            "stop": 833479975
        },
        {
            "start": 833481607,
            "stop": 833481787
        }
    ]
}