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_CAT1/segments?format=api&page=9900
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9901",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9899",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9900,
    "results": [
        {
            "start": 874566505,
            "stop": 874566936
        },
        {
            "start": 874566939,
            "stop": 874566955
        },
        {
            "start": 874566958,
            "stop": 874566960
        },
        {
            "start": 874566963,
            "stop": 874567042
        },
        {
            "start": 874567045,
            "stop": 874567345
        },
        {
            "start": 874567348,
            "stop": 874567350
        },
        {
            "start": 874567353,
            "stop": 874567363
        },
        {
            "start": 874567366,
            "stop": 874567367
        },
        {
            "start": 874567370,
            "stop": 874567375
        },
        {
            "start": 874567378,
            "stop": 874567642
        },
        {
            "start": 874567645,
            "stop": 874567674
        },
        {
            "start": 874567678,
            "stop": 874567926
        },
        {
            "start": 874567929,
            "stop": 874568322
        },
        {
            "start": 874568422,
            "stop": 874568669
        },
        {
            "start": 874568672,
            "stop": 874568793
        },
        {
            "start": 874568796,
            "stop": 874569046
        },
        {
            "start": 874569049,
            "stop": 874569425
        },
        {
            "start": 874569428,
            "stop": 874569825
        },
        {
            "start": 874569828,
            "stop": 874569834
        },
        {
            "start": 874569837,
            "stop": 874569886
        }
    ]
}