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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4718",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4716",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4717,
    "results": [
        {
            "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
        },
        {
            "start": 969995481,
            "stop": 969995662
        },
        {
            "start": 969995665,
            "stop": 969995689
        },
        {
            "start": 969995692,
            "stop": 969995715
        },
        {
            "start": 969995718,
            "stop": 969995765
        },
        {
            "start": 969995768,
            "stop": 969995803
        },
        {
            "start": 969995806,
            "stop": 969995886
        }
    ]
}