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=81
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=82",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=80",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 81,
    "results": [
        {
            "start": 819895750,
            "stop": 819896050
        },
        {
            "start": 819896206,
            "stop": 819896386
        },
        {
            "start": 819896531,
            "stop": 819897011
        },
        {
            "start": 819897419,
            "stop": 819897479
        },
        {
            "start": 819897802,
            "stop": 819898042
        },
        {
            "start": 819913077,
            "stop": 819913257
        },
        {
            "start": 819929778,
            "stop": 819930078
        },
        {
            "start": 819930239,
            "stop": 819930479
        },
        {
            "start": 819930668,
            "stop": 819931388
        },
        {
            "start": 819931598,
            "stop": 819931658
        },
        {
            "start": 819931886,
            "stop": 819933026
        },
        {
            "start": 819933253,
            "stop": 819933853
        },
        {
            "start": 819934501,
            "stop": 819938041
        },
        {
            "start": 819938398,
            "stop": 819939478
        },
        {
            "start": 819939635,
            "stop": 819939815
        },
        {
            "start": 819940052,
            "stop": 819940712
        },
        {
            "start": 819940978,
            "stop": 819942118
        },
        {
            "start": 819942310,
            "stop": 819942880
        },
        {
            "start": 819943221,
            "stop": 819943341
        },
        {
            "start": 819943494,
            "stop": 819943974
        }
    ]
}