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=272
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=273",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=271",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 272,
    "results": [
        {
            "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": 830485844,
            "stop": 830486924
        },
        {
            "start": 830487796,
            "stop": 830487856
        },
        {
            "start": 830501761,
            "stop": 830501821
        },
        {
            "start": 830501983,
            "stop": 830502103
        },
        {
            "start": 830503803,
            "stop": 830505123
        },
        {
            "start": 830514180,
            "stop": 830514240
        },
        {
            "start": 830514400,
            "stop": 830514880
        },
        {
            "start": 830515152,
            "stop": 830515392
        },
        {
            "start": 830515565,
            "stop": 830516555
        }
    ]
}