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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=227",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=225",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 226,
    "results": [
        {
            "start": 844098965,
            "stop": 844100657
        },
        {
            "start": 844100665,
            "stop": 844118902
        },
        {
            "start": 844119151,
            "stop": 844120693
        },
        {
            "start": 844120722,
            "stop": 844120724
        },
        {
            "start": 844121064,
            "stop": 844126560
        },
        {
            "start": 844126650,
            "stop": 844182973
        },
        {
            "start": 844183011,
            "stop": 844183013
        },
        {
            "start": 844183310,
            "stop": 844199511
        },
        {
            "start": 844203582,
            "stop": 844245193
        },
        {
            "start": 844245211,
            "stop": 844245212
        },
        {
            "start": 844246711,
            "stop": 844310893
        },
        {
            "start": 844331503,
            "stop": 844348077
        },
        {
            "start": 844354687,
            "stop": 844361053
        },
        {
            "start": 844361058,
            "stop": 844361059
        },
        {
            "start": 844361115,
            "stop": 844361413
        },
        {
            "start": 844361414,
            "stop": 844361416
        },
        {
            "start": 844361473,
            "stop": 844362613
        },
        {
            "start": 844362633,
            "stop": 844362634
        },
        {
            "start": 844362687,
            "stop": 844371694
        },
        {
            "start": 844372245,
            "stop": 844378466
        }
    ]
}