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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=372",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=370",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 371,
    "results": [
        {
            "start": 825468294,
            "stop": 825473674
        },
        {
            "start": 825473683,
            "stop": 825473712
        },
        {
            "start": 825473730,
            "stop": 825481078
        },
        {
            "start": 825481085,
            "stop": 825482233
        },
        {
            "start": 825485038,
            "stop": 825485204
        },
        {
            "start": 825485741,
            "stop": 825490304
        },
        {
            "start": 825490485,
            "stop": 825492884
        },
        {
            "start": 825493065,
            "stop": 825495599
        },
        {
            "start": 825495611,
            "stop": 825508544
        },
        {
            "start": 825508725,
            "stop": 825516429
        },
        {
            "start": 825517016,
            "stop": 825519840
        },
        {
            "start": 825520451,
            "stop": 825526333
        },
        {
            "start": 825526563,
            "stop": 825528733
        },
        {
            "start": 825528968,
            "stop": 825529046
        },
        {
            "start": 825534332,
            "stop": 825539303
        },
        {
            "start": 825539312,
            "stop": 825539979
        },
        {
            "start": 825539986,
            "stop": 825540001
        },
        {
            "start": 825541382,
            "stop": 825545364
        },
        {
            "start": 825545573,
            "stop": 825545872
        },
        {
            "start": 825547396,
            "stop": 825554920
        }
    ]
}