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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1223",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1221",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1222,
    "results": [
        {
            "start": 956613291,
            "stop": 956622954
        },
        {
            "start": 956622960,
            "stop": 956623187
        },
        {
            "start": 956642662,
            "stop": 956643998
        },
        {
            "start": 956644000,
            "stop": 956644259
        },
        {
            "start": 956644261,
            "stop": 956644322
        },
        {
            "start": 956644324,
            "stop": 956646164
        },
        {
            "start": 956646166,
            "stop": 956646621
        },
        {
            "start": 956646623,
            "stop": 956651403
        },
        {
            "start": 956651405,
            "stop": 956662573
        },
        {
            "start": 956662575,
            "stop": 956666692
        },
        {
            "start": 956669733,
            "stop": 956681304
        },
        {
            "start": 956682539,
            "stop": 956690957
        },
        {
            "start": 956691687,
            "stop": 956692025
        },
        {
            "start": 956692767,
            "stop": 956693689
        },
        {
            "start": 956694552,
            "stop": 956694717
        },
        {
            "start": 956695034,
            "stop": 956705190
        },
        {
            "start": 956715746,
            "stop": 956751295
        },
        {
            "start": 956754457,
            "stop": 956808682
        },
        {
            "start": 956808688,
            "stop": 956822684
        },
        {
            "start": 956822686,
            "stop": 956831598
        }
    ]
}