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=965
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=966",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=964",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 965,
    "results": [
        {
            "start": 868472654,
            "stop": 868474814
        },
        {
            "start": 868475022,
            "stop": 868478592
        },
        {
            "start": 868478772,
            "stop": 868484352
        },
        {
            "start": 868484412,
            "stop": 868484472
        },
        {
            "start": 868484562,
            "stop": 868489602
        },
        {
            "start": 868489889,
            "stop": 868490999
        },
        {
            "start": 868491149,
            "stop": 868501529
        },
        {
            "start": 868501801,
            "stop": 868504861
        },
        {
            "start": 868505058,
            "stop": 868511358
        },
        {
            "start": 868511492,
            "stop": 868516772
        },
        {
            "start": 868518151,
            "stop": 868518451
        },
        {
            "start": 868518666,
            "stop": 868527456
        },
        {
            "start": 868527486,
            "stop": 868527546
        },
        {
            "start": 868529461,
            "stop": 868529701
        },
        {
            "start": 868529920,
            "stop": 868530340
        },
        {
            "start": 868533428,
            "stop": 868536758
        },
        {
            "start": 868536908,
            "stop": 868539938
        },
        {
            "start": 868539968,
            "stop": 868540148
        },
        {
            "start": 868555107,
            "stop": 868555707
        },
        {
            "start": 868555866,
            "stop": 868557906
        }
    ]
}