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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=251",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=249",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 250,
    "results": [
        {
            "start": 1126886321,
            "stop": 1126886421
        },
        {
            "start": 1126886422,
            "stop": 1126886426
        },
        {
            "start": 1126886428,
            "stop": 1126886431
        },
        {
            "start": 1126886432,
            "stop": 1126886434
        },
        {
            "start": 1126886435,
            "stop": 1126886438
        },
        {
            "start": 1126886439,
            "stop": 1126886447
        },
        {
            "start": 1126886448,
            "stop": 1126886469
        },
        {
            "start": 1126886471,
            "stop": 1126886477
        },
        {
            "start": 1126886537,
            "stop": 1126886538
        },
        {
            "start": 1126886540,
            "stop": 1126886547
        },
        {
            "start": 1126886551,
            "stop": 1126886552
        },
        {
            "start": 1126886553,
            "stop": 1126886554
        },
        {
            "start": 1126886555,
            "stop": 1126886558
        },
        {
            "start": 1126886560,
            "stop": 1126886561
        },
        {
            "start": 1126886563,
            "stop": 1126886580
        },
        {
            "start": 1126886581,
            "stop": 1126886597
        },
        {
            "start": 1126886777,
            "stop": 1126886807
        },
        {
            "start": 1126886808,
            "stop": 1126886827
        },
        {
            "start": 1126886829,
            "stop": 1126886831
        },
        {
            "start": 1126886843,
            "stop": 1126886849
        }
    ]
}