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_CBCLOW_CAT3/segments?format=api&page=256
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=257",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=255",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 256,
    "results": [
        {
            "start": 821795925,
            "stop": 821796237
        },
        {
            "start": 821796252,
            "stop": 821796297
        },
        {
            "start": 821796305,
            "stop": 821796321
        },
        {
            "start": 821796335,
            "stop": 821796424
        },
        {
            "start": 821796431,
            "stop": 821796433
        },
        {
            "start": 821798664,
            "stop": 821798755
        },
        {
            "start": 821798769,
            "stop": 821798773
        },
        {
            "start": 821800732,
            "stop": 821800868
        },
        {
            "start": 821800876,
            "stop": 821800979
        },
        {
            "start": 821800986,
            "stop": 821800991
        },
        {
            "start": 821801009,
            "stop": 821801013
        },
        {
            "start": 821801027,
            "stop": 821801504
        },
        {
            "start": 821801511,
            "stop": 821801560
        },
        {
            "start": 821801567,
            "stop": 821801953
        },
        {
            "start": 821804220,
            "stop": 821804270
        },
        {
            "start": 821804350,
            "stop": 821804408
        },
        {
            "start": 821804416,
            "stop": 821804549
        },
        {
            "start": 821804556,
            "stop": 821804884
        },
        {
            "start": 821804891,
            "stop": 821805133
        },
        {
            "start": 821805140,
            "stop": 821805141
        }
    ]
}