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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=714",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=712",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 713,
    "results": [
        {
            "start": 952452281,
            "stop": 952452326
        },
        {
            "start": 952452332,
            "stop": 952452690
        },
        {
            "start": 952452696,
            "stop": 952453505
        },
        {
            "start": 952453511,
            "stop": 952453770
        },
        {
            "start": 952453776,
            "stop": 952453807
        },
        {
            "start": 952453813,
            "stop": 952454320
        },
        {
            "start": 952454326,
            "stop": 952454619
        },
        {
            "start": 952454625,
            "stop": 952454681
        },
        {
            "start": 952454687,
            "stop": 952455142
        },
        {
            "start": 952455148,
            "stop": 952455151
        },
        {
            "start": 952460061,
            "stop": 952460235
        },
        {
            "start": 952460241,
            "stop": 952463375
        },
        {
            "start": 952463381,
            "stop": 952463495
        },
        {
            "start": 952463501,
            "stop": 952463978
        },
        {
            "start": 952463984,
            "stop": 952464129
        },
        {
            "start": 952464135,
            "stop": 952464369
        },
        {
            "start": 952464375,
            "stop": 952464511
        },
        {
            "start": 952464517,
            "stop": 952464614
        },
        {
            "start": 952464620,
            "stop": 952464914
        },
        {
            "start": 952464920,
            "stop": 952465034
        }
    ]
}