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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15896",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15894",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15895,
    "results": [
        {
            "start": 971256706,
            "stop": 971256709
        },
        {
            "start": 971256711,
            "stop": 971256719
        },
        {
            "start": 971256721,
            "stop": 971256740
        },
        {
            "start": 971256741,
            "stop": 971256766
        },
        {
            "start": 971256769,
            "stop": 971256779
        },
        {
            "start": 971256782,
            "stop": 971256785
        },
        {
            "start": 971256787,
            "stop": 971256789
        },
        {
            "start": 971256790,
            "stop": 971256807
        },
        {
            "start": 971256811,
            "stop": 971256818
        },
        {
            "start": 971256819,
            "stop": 971256820
        },
        {
            "start": 971256821,
            "stop": 971256827
        },
        {
            "start": 971256829,
            "stop": 971256837
        },
        {
            "start": 971256839,
            "stop": 971256850
        },
        {
            "start": 971256852,
            "stop": 971256864
        },
        {
            "start": 971256867,
            "stop": 971256884
        },
        {
            "start": 971256887,
            "stop": 971256916
        },
        {
            "start": 971256917,
            "stop": 971256918
        },
        {
            "start": 971256919,
            "stop": 971256920
        },
        {
            "start": 971256922,
            "stop": 971256930
        },
        {
            "start": 971256948,
            "stop": 971256954
        }
    ]
}