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=873
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=874",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=872",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 873,
    "results": [
        {
            "start": 865895720,
            "stop": 865896440
        },
        {
            "start": 865896635,
            "stop": 865896845
        },
        {
            "start": 865896995,
            "stop": 865902155
        },
        {
            "start": 865902423,
            "stop": 865902603
        },
        {
            "start": 865902753,
            "stop": 865909023
        },
        {
            "start": 865909186,
            "stop": 865924426
        },
        {
            "start": 865925289,
            "stop": 865934769
        },
        {
            "start": 865934916,
            "stop": 865943976
        },
        {
            "start": 865944820,
            "stop": 865945600
        },
        {
            "start": 865945814,
            "stop": 865946474
        },
        {
            "start": 865951544,
            "stop": 865951724
        },
        {
            "start": 865951894,
            "stop": 865952194
        },
        {
            "start": 865953964,
            "stop": 865955824
        },
        {
            "start": 865955971,
            "stop": 865956451
        },
        {
            "start": 865956601,
            "stop": 865957681
        },
        {
            "start": 865957861,
            "stop": 865957951
        },
        {
            "start": 865960202,
            "stop": 865960442
        },
        {
            "start": 865961669,
            "stop": 865961909
        },
        {
            "start": 865962254,
            "stop": 865962734
        },
        {
            "start": 865962897,
            "stop": 865962957
        }
    ]
}