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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=178",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=176",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 177,
    "results": [
        {
            "start": 932454375,
            "stop": 932454415
        },
        {
            "start": 932454420,
            "stop": 932454734
        },
        {
            "start": 932454739,
            "stop": 932454850
        },
        {
            "start": 932454853,
            "stop": 932454953
        },
        {
            "start": 932454958,
            "stop": 932454999
        },
        {
            "start": 932455004,
            "stop": 932455050
        },
        {
            "start": 932455055,
            "stop": 932455196
        },
        {
            "start": 932455198,
            "stop": 932455325
        },
        {
            "start": 932455327,
            "stop": 932455500
        },
        {
            "start": 932455505,
            "stop": 932455582
        },
        {
            "start": 932455587,
            "stop": 932455696
        },
        {
            "start": 932455701,
            "stop": 932455831
        },
        {
            "start": 932455836,
            "stop": 932456018
        },
        {
            "start": 932456023,
            "stop": 932456453
        },
        {
            "start": 932456458,
            "stop": 932456479
        },
        {
            "start": 932456483,
            "stop": 932456564
        },
        {
            "start": 932456569,
            "stop": 932456693
        },
        {
            "start": 932456698,
            "stop": 932456728
        },
        {
            "start": 932456733,
            "stop": 932456840
        },
        {
            "start": 932456842,
            "stop": 932457455
        }
    ]
}