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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=192",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=190",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 191,
    "results": [
        {
            "start": 846122533,
            "stop": 846132433
        },
        {
            "start": 846132439,
            "stop": 846132442
        },
        {
            "start": 846145993,
            "stop": 846146113
        },
        {
            "start": 846146128,
            "stop": 846146131
        },
        {
            "start": 846147133,
            "stop": 846188949
        },
        {
            "start": 846190993,
            "stop": 846191757
        },
        {
            "start": 846200293,
            "stop": 846280011
        },
        {
            "start": 846280014,
            "stop": 846311953
        },
        {
            "start": 846322037,
            "stop": 846322046
        },
        {
            "start": 846322052,
            "stop": 846322073
        },
        {
            "start": 846322091,
            "stop": 846322117
        },
        {
            "start": 846322123,
            "stop": 846322196
        },
        {
            "start": 846322204,
            "stop": 846322216
        },
        {
            "start": 846322222,
            "stop": 846322236
        },
        {
            "start": 846322325,
            "stop": 846324229
        },
        {
            "start": 846329101,
            "stop": 846334213
        },
        {
            "start": 846336898,
            "stop": 846342468
        },
        {
            "start": 846375822,
            "stop": 846409351
        },
        {
            "start": 846409971,
            "stop": 846421098
        },
        {
            "start": 846421101,
            "stop": 846441613
        }
    ]
}