Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=1054
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=1055",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=1053",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 1054,
    "results": [
        {
            "start": 874806080,
            "stop": 874806620
        },
        {
            "start": 874806801,
            "stop": 874807341
        },
        {
            "start": 874808350,
            "stop": 874811110
        },
        {
            "start": 874811369,
            "stop": 874812509
        },
        {
            "start": 874813187,
            "stop": 874813307
        },
        {
            "start": 874813673,
            "stop": 874816133
        },
        {
            "start": 874816299,
            "stop": 874816419
        },
        {
            "start": 874816566,
            "stop": 874817526
        },
        {
            "start": 874819550,
            "stop": 874819790
        },
        {
            "start": 874819927,
            "stop": 874820107
        },
        {
            "start": 874820365,
            "stop": 874821025
        },
        {
            "start": 874821182,
            "stop": 874822862
        },
        {
            "start": 874822994,
            "stop": 874823474
        },
        {
            "start": 874823608,
            "stop": 874824088
        },
        {
            "start": 874824241,
            "stop": 874824661
        },
        {
            "start": 874824847,
            "stop": 874825267
        },
        {
            "start": 874825417,
            "stop": 874826257
        },
        {
            "start": 874826389,
            "stop": 874828309
        },
        {
            "start": 874828521,
            "stop": 874829031
        },
        {
            "start": 874829061,
            "stop": 874830741
        }
    ]
}