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_H1L1/segments?format=api&page=212
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_H1L1/segments?format=api&page=213",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=211",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 212,
    "results": [
        {
            "start": 827135807,
            "stop": 827136347
        },
        {
            "start": 827136536,
            "stop": 827136836
        },
        {
            "start": 827137004,
            "stop": 827137124
        },
        {
            "start": 827137291,
            "stop": 827137471
        },
        {
            "start": 827137621,
            "stop": 827137861
        },
        {
            "start": 827138144,
            "stop": 827138384
        },
        {
            "start": 827138551,
            "stop": 827139421
        },
        {
            "start": 827139603,
            "stop": 827140023
        },
        {
            "start": 827140190,
            "stop": 827140310
        },
        {
            "start": 827140470,
            "stop": 827141370
        },
        {
            "start": 827141516,
            "stop": 827142836
        },
        {
            "start": 827143256,
            "stop": 827143376
        },
        {
            "start": 827143540,
            "stop": 827143840
        },
        {
            "start": 827144002,
            "stop": 827144962
        },
        {
            "start": 827145120,
            "stop": 827146800
        },
        {
            "start": 827146958,
            "stop": 827147918
        },
        {
            "start": 827148065,
            "stop": 827148725
        },
        {
            "start": 827149856,
            "stop": 827150516
        },
        {
            "start": 827150943,
            "stop": 827151063
        },
        {
            "start": 827151252,
            "stop": 827151732
        }
    ]
}