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=58
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=59",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=57",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 58,
    "results": [
        {
            "start": 819248577,
            "stop": 819248697
        },
        {
            "start": 819249417,
            "stop": 819249537
        },
        {
            "start": 819249697,
            "stop": 819249817
        },
        {
            "start": 819254138,
            "stop": 819254498
        },
        {
            "start": 819254679,
            "stop": 819254799
        },
        {
            "start": 819255091,
            "stop": 819255151
        },
        {
            "start": 819255439,
            "stop": 819255499
        },
        {
            "start": 819255733,
            "stop": 819255793
        },
        {
            "start": 819259106,
            "stop": 819259226
        },
        {
            "start": 819259417,
            "stop": 819259477
        },
        {
            "start": 819259678,
            "stop": 819259918
        },
        {
            "start": 819260285,
            "stop": 819261125
        },
        {
            "start": 819261301,
            "stop": 819261481
        },
        {
            "start": 819261698,
            "stop": 819261758
        },
        {
            "start": 819262231,
            "stop": 819262291
        },
        {
            "start": 819263685,
            "stop": 819263745
        },
        {
            "start": 819264492,
            "stop": 819264732
        },
        {
            "start": 819265199,
            "stop": 819265379
        },
        {
            "start": 819266341,
            "stop": 819266461
        },
        {
            "start": 819266803,
            "stop": 819266923
        }
    ]
}