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=321
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=322",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=320",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 321,
    "results": [
        {
            "start": 833452198,
            "stop": 833455978
        },
        {
            "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": 833480520,
            "stop": 833480700
        },
        {
            "start": 833480986,
            "stop": 833481106
        },
        {
            "start": 833481607,
            "stop": 833481787
        },
        {
            "start": 833481948,
            "stop": 833482788
        }
    ]
}