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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5224",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5222",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5223,
    "results": [
        {
            "start": 969993869,
            "stop": 969993953
        },
        {
            "start": 969993956,
            "stop": 969994080
        },
        {
            "start": 969994083,
            "stop": 969994162
        },
        {
            "start": 969994165,
            "stop": 969994283
        },
        {
            "start": 969994286,
            "stop": 969994341
        },
        {
            "start": 969994344,
            "stop": 969994428
        },
        {
            "start": 969994431,
            "stop": 969994529
        },
        {
            "start": 969994532,
            "stop": 969994658
        },
        {
            "start": 969994778,
            "stop": 969994795
        },
        {
            "start": 969994798,
            "stop": 969994800
        },
        {
            "start": 969994803,
            "stop": 969994877
        },
        {
            "start": 969994880,
            "stop": 969994968
        },
        {
            "start": 969994971,
            "stop": 969995123
        },
        {
            "start": 969995129,
            "stop": 969995242
        },
        {
            "start": 969995245,
            "stop": 969995284
        },
        {
            "start": 969995287,
            "stop": 969995320
        },
        {
            "start": 969995323,
            "stop": 969995356
        },
        {
            "start": 969995359,
            "stop": 969995375
        },
        {
            "start": 969995378,
            "stop": 969995409
        },
        {
            "start": 969995412,
            "stop": 969995478
        }
    ]
}