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_H1L1/segments?format=api&page=182
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_H1L1/segments?format=api&page=183",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=181",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 182,
    "results": [
        {
            "start": 826126024,
            "stop": 826126084
        },
        {
            "start": 826160479,
            "stop": 826160779
        },
        {
            "start": 826161262,
            "stop": 826161382
        },
        {
            "start": 826161546,
            "stop": 826161666
        },
        {
            "start": 826162060,
            "stop": 826162180
        },
        {
            "start": 826162871,
            "stop": 826162931
        },
        {
            "start": 826163250,
            "stop": 826163430
        },
        {
            "start": 826163802,
            "stop": 826163862
        },
        {
            "start": 826164333,
            "stop": 826164513
        },
        {
            "start": 826164840,
            "stop": 826165200
        },
        {
            "start": 826165368,
            "stop": 826165428
        },
        {
            "start": 826166524,
            "stop": 826166704
        },
        {
            "start": 826166987,
            "stop": 826167467
        },
        {
            "start": 826168289,
            "stop": 826168349
        },
        {
            "start": 826169638,
            "stop": 826169698
        },
        {
            "start": 826172775,
            "stop": 826172895
        },
        {
            "start": 826173181,
            "stop": 826173241
        },
        {
            "start": 826173593,
            "stop": 826173773
        },
        {
            "start": 826174094,
            "stop": 826174154
        },
        {
            "start": 826174429,
            "stop": 826174489
        }
    ]
}