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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33140",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33138",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33139,
    "results": [
        {
            "start": 970597140,
            "stop": 970597143
        },
        {
            "start": 970597246,
            "stop": 970597276
        },
        {
            "start": 970597279,
            "stop": 970597321
        },
        {
            "start": 970597322,
            "stop": 970597326
        },
        {
            "start": 970597329,
            "stop": 970597378
        },
        {
            "start": 970597381,
            "stop": 970597385
        },
        {
            "start": 970597386,
            "stop": 970597390
        },
        {
            "start": 970597393,
            "stop": 970597424
        },
        {
            "start": 970597427,
            "stop": 970597437
        },
        {
            "start": 970597438,
            "stop": 970597444
        },
        {
            "start": 970597445,
            "stop": 970597451
        },
        {
            "start": 970597453,
            "stop": 970597473
        },
        {
            "start": 970597476,
            "stop": 970597479
        },
        {
            "start": 970597482,
            "stop": 970597517
        },
        {
            "start": 970597518,
            "stop": 970597521
        },
        {
            "start": 970597523,
            "stop": 970597524
        },
        {
            "start": 970597525,
            "stop": 970597559
        },
        {
            "start": 970597560,
            "stop": 970597563
        },
        {
            "start": 970597564,
            "stop": 970597570
        },
        {
            "start": 970597572,
            "stop": 970597580
        }
    ]
}