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=930
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=931",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=929",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 930,
    "results": [
        {
            "start": 865925289,
            "stop": 865929369
        },
        {
            "start": 865929519,
            "stop": 865933209
        },
        {
            "start": 865933359,
            "stop": 865934769
        },
        {
            "start": 865934916,
            "stop": 865943976
        },
        {
            "start": 865944820,
            "stop": 865945480
        },
        {
            "start": 865945510,
            "stop": 865945570
        },
        {
            "start": 865945814,
            "stop": 865946474
        },
        {
            "start": 865947502,
            "stop": 865948702
        },
        {
            "start": 865951544,
            "stop": 865951724
        },
        {
            "start": 865951894,
            "stop": 865952194
        },
        {
            "start": 865953964,
            "stop": 865955824
        },
        {
            "start": 865955991,
            "stop": 865957671
        },
        {
            "start": 865960202,
            "stop": 865960442
        },
        {
            "start": 865961669,
            "stop": 865961909
        },
        {
            "start": 865962254,
            "stop": 865962734
        },
        {
            "start": 865962897,
            "stop": 865962957
        },
        {
            "start": 866078036,
            "stop": 866078756
        },
        {
            "start": 866079045,
            "stop": 866079285
        },
        {
            "start": 866082520,
            "stop": 866086360
        },
        {
            "start": 866086480,
            "stop": 866087200
        }
    ]
}