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=958
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=959",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=957",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 958,
    "results": [
        {
            "start": 868035912,
            "stop": 868036122
        },
        {
            "start": 868036443,
            "stop": 868039083
        },
        {
            "start": 868039242,
            "stop": 868039782
        },
        {
            "start": 868040005,
            "stop": 868041685
        },
        {
            "start": 868041844,
            "stop": 868043044
        },
        {
            "start": 868043194,
            "stop": 868044784
        },
        {
            "start": 868044963,
            "stop": 868045623
        },
        {
            "start": 868045653,
            "stop": 868046223
        },
        {
            "start": 868046409,
            "stop": 868046469
        },
        {
            "start": 868046640,
            "stop": 868047150
        },
        {
            "start": 868047210,
            "stop": 868048230
        },
        {
            "start": 868049288,
            "stop": 868050488
        },
        {
            "start": 868050638,
            "stop": 868054688
        },
        {
            "start": 868058827,
            "stop": 868059547
        },
        {
            "start": 868059980,
            "stop": 868061780
        },
        {
            "start": 868061930,
            "stop": 868065200
        },
        {
            "start": 868065380,
            "stop": 868083740
        },
        {
            "start": 868084426,
            "stop": 868084666
        },
        {
            "start": 868085213,
            "stop": 868086593
        },
        {
            "start": 868086713,
            "stop": 868088873
        }
    ]
}