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=960
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=961",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=959",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 960,
    "results": [
        {
            "start": 868171212,
            "stop": 868172382
        },
        {
            "start": 868172550,
            "stop": 868172970
        },
        {
            "start": 868173336,
            "stop": 868173756
        },
        {
            "start": 868173916,
            "stop": 868174876
        },
        {
            "start": 868175039,
            "stop": 868176809
        },
        {
            "start": 868176959,
            "stop": 868178339
        },
        {
            "start": 868178489,
            "stop": 868178579
        },
        {
            "start": 868178744,
            "stop": 868196444
        },
        {
            "start": 868196591,
            "stop": 868198451
        },
        {
            "start": 868198614,
            "stop": 868199094
        },
        {
            "start": 868202807,
            "stop": 868203587
        },
        {
            "start": 868206804,
            "stop": 868207584
        },
        {
            "start": 868208366,
            "stop": 868208726
        },
        {
            "start": 868209021,
            "stop": 868209861
        },
        {
            "start": 868210106,
            "stop": 868210586
        },
        {
            "start": 868210755,
            "stop": 868212795
        },
        {
            "start": 868213108,
            "stop": 868214218
        },
        {
            "start": 868214380,
            "stop": 868214740
        },
        {
            "start": 868214830,
            "stop": 868216300
        },
        {
            "start": 868222527,
            "stop": 868223007
        }
    ]
}