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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=131",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=129",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 130,
    "results": [
        {
            "start": 825942629,
            "stop": 825942631
        },
        {
            "start": 825942642,
            "stop": 825942644
        },
        {
            "start": 825942655,
            "stop": 825942656
        },
        {
            "start": 825942658,
            "stop": 825942661
        },
        {
            "start": 825942665,
            "stop": 825942667
        },
        {
            "start": 825942669,
            "stop": 825942672
        },
        {
            "start": 825942674,
            "stop": 825942675
        },
        {
            "start": 825942679,
            "stop": 825942681
        },
        {
            "start": 825942683,
            "stop": 825942685
        },
        {
            "start": 825942687,
            "stop": 825942689
        },
        {
            "start": 825942691,
            "stop": 825942693
        },
        {
            "start": 825942696,
            "stop": 825942698
        },
        {
            "start": 825942700,
            "stop": 825942702
        },
        {
            "start": 825942708,
            "stop": 825942710
        },
        {
            "start": 825942712,
            "stop": 825942713
        },
        {
            "start": 825942715,
            "stop": 825942717
        },
        {
            "start": 825942719,
            "stop": 825942721
        },
        {
            "start": 825942725,
            "stop": 825942728
        },
        {
            "start": 825942731,
            "stop": 825942733
        },
        {
            "start": 825942738,
            "stop": 825942741
        }
    ]
}