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=265
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=266",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=264",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 265,
    "results": [
        {
            "start": 829768287,
            "stop": 829768407
        },
        {
            "start": 829768596,
            "stop": 829769316
        },
        {
            "start": 829769473,
            "stop": 829770613
        },
        {
            "start": 829770757,
            "stop": 829771837
        },
        {
            "start": 829771986,
            "stop": 829772106
        },
        {
            "start": 829772244,
            "stop": 829772484
        },
        {
            "start": 829772678,
            "stop": 829772918
        },
        {
            "start": 829773074,
            "stop": 829773734
        },
        {
            "start": 829774022,
            "stop": 829774622
        },
        {
            "start": 829774773,
            "stop": 829774953
        },
        {
            "start": 829775125,
            "stop": 829775845
        },
        {
            "start": 829776179,
            "stop": 829777589
        },
        {
            "start": 829777619,
            "stop": 829778639
        },
        {
            "start": 829778815,
            "stop": 829779025
        },
        {
            "start": 829779115,
            "stop": 829780915
        },
        {
            "start": 829781101,
            "stop": 829782091
        },
        {
            "start": 829782224,
            "stop": 829782824
        },
        {
            "start": 829783992,
            "stop": 829785132
        },
        {
            "start": 829785326,
            "stop": 829785866
        },
        {
            "start": 829786023,
            "stop": 829787283
        }
    ]
}