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=1150
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=1151",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1149",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1150,
    "results": [
        {
            "start": 950538337,
            "stop": 950539102
        },
        {
            "start": 950548578,
            "stop": 950548817
        },
        {
            "start": 950548819,
            "stop": 950548941
        },
        {
            "start": 950548943,
            "stop": 950558957
        },
        {
            "start": 950577301,
            "stop": 950581920
        },
        {
            "start": 950598090,
            "stop": 950598198
        },
        {
            "start": 950598202,
            "stop": 950598222
        },
        {
            "start": 950598368,
            "stop": 950599177
        },
        {
            "start": 950599179,
            "stop": 950601589
        },
        {
            "start": 950603312,
            "stop": 950609551
        },
        {
            "start": 950609554,
            "stop": 950611991
        },
        {
            "start": 950612755,
            "stop": 950614884
        },
        {
            "start": 950616064,
            "stop": 950616081
        },
        {
            "start": 950617517,
            "stop": 950618276
        },
        {
            "start": 950618278,
            "stop": 950618397
        },
        {
            "start": 950618561,
            "stop": 950619213
        },
        {
            "start": 950619215,
            "stop": 950619742
        },
        {
            "start": 950619744,
            "stop": 950620120
        },
        {
            "start": 950621055,
            "stop": 950623452
        },
        {
            "start": 950623454,
            "stop": 950627280
        }
    ]
}