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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=307",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=305",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 306,
    "results": [
        {
            "start": 821742772,
            "stop": 821742790
        },
        {
            "start": 821742793,
            "stop": 821742796
        },
        {
            "start": 821742799,
            "stop": 821742812
        },
        {
            "start": 821742815,
            "stop": 821742821
        },
        {
            "start": 821742827,
            "stop": 821742843
        },
        {
            "start": 821742846,
            "stop": 821742848
        },
        {
            "start": 821742854,
            "stop": 821742857
        },
        {
            "start": 821742860,
            "stop": 821742863
        },
        {
            "start": 821742866,
            "stop": 821742868
        },
        {
            "start": 821742871,
            "stop": 821742879
        },
        {
            "start": 821742882,
            "stop": 821742893
        },
        {
            "start": 821742899,
            "stop": 821742903
        },
        {
            "start": 821742906,
            "stop": 821742908
        },
        {
            "start": 821742911,
            "stop": 821742920
        },
        {
            "start": 821742923,
            "stop": 821742926
        },
        {
            "start": 821742931,
            "stop": 821742943
        },
        {
            "start": 821742946,
            "stop": 821742953
        },
        {
            "start": 821742958,
            "stop": 821742997
        },
        {
            "start": 821743000,
            "stop": 821743008
        },
        {
            "start": 821743011,
            "stop": 821743028
        }
    ]
}