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=41
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=42",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=40",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 41,
    "results": [
        {
            "start": 818340400,
            "stop": 818340460
        },
        {
            "start": 818340615,
            "stop": 818341275
        },
        {
            "start": 818341415,
            "stop": 818341475
        },
        {
            "start": 818345208,
            "stop": 818345388
        },
        {
            "start": 818346069,
            "stop": 818346189
        },
        {
            "start": 818346349,
            "stop": 818346589
        },
        {
            "start": 818362471,
            "stop": 818362591
        },
        {
            "start": 818363803,
            "stop": 818364103
        },
        {
            "start": 818364840,
            "stop": 818364960
        },
        {
            "start": 818365995,
            "stop": 818366115
        },
        {
            "start": 818367510,
            "stop": 818367630
        },
        {
            "start": 818368081,
            "stop": 818368141
        },
        {
            "start": 818371025,
            "stop": 818371145
        },
        {
            "start": 818373794,
            "stop": 818373854
        },
        {
            "start": 818374180,
            "stop": 818374420
        },
        {
            "start": 818374687,
            "stop": 818375167
        },
        {
            "start": 818375321,
            "stop": 818375981
        },
        {
            "start": 818376363,
            "stop": 818376423
        },
        {
            "start": 818376725,
            "stop": 818377565
        },
        {
            "start": 818377846,
            "stop": 818379106
        }
    ]
}