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=277
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=278",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=276",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 277,
    "results": [
        {
            "start": 830431264,
            "stop": 830431504
        },
        {
            "start": 830431654,
            "stop": 830431894
        },
        {
            "start": 830432533,
            "stop": 830432713
        },
        {
            "start": 830436001,
            "stop": 830437081
        },
        {
            "start": 830438060,
            "stop": 830438420
        },
        {
            "start": 830441319,
            "stop": 830441619
        },
        {
            "start": 830441851,
            "stop": 830442211
        },
        {
            "start": 830442775,
            "stop": 830442895
        },
        {
            "start": 830443100,
            "stop": 830443280
        },
        {
            "start": 830446177,
            "stop": 830446297
        },
        {
            "start": 830446610,
            "stop": 830446910
        },
        {
            "start": 830447185,
            "stop": 830447365
        },
        {
            "start": 830482804,
            "stop": 830482984
        },
        {
            "start": 830483128,
            "stop": 830483608
        },
        {
            "start": 830484552,
            "stop": 830484612
        },
        {
            "start": 830484856,
            "stop": 830485696
        },
        {
            "start": 830485864,
            "stop": 830486284
        },
        {
            "start": 830486439,
            "stop": 830486919
        },
        {
            "start": 830487796,
            "stop": 830487856
        },
        {
            "start": 830501761,
            "stop": 830501821
        }
    ]
}