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=183
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=184",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=182",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 183,
    "results": [
        {
            "start": 1126798691,
            "stop": 1126798693
        },
        {
            "start": 1126798695,
            "stop": 1126798841
        },
        {
            "start": 1126798842,
            "stop": 1126799081
        },
        {
            "start": 1126799082,
            "stop": 1126799162
        },
        {
            "start": 1126799163,
            "stop": 1126799436
        },
        {
            "start": 1126799440,
            "stop": 1126799509
        },
        {
            "start": 1126799510,
            "stop": 1126799620
        },
        {
            "start": 1126799621,
            "stop": 1126799623
        },
        {
            "start": 1126799625,
            "stop": 1126799748
        },
        {
            "start": 1126799749,
            "stop": 1126799786
        },
        {
            "start": 1126799788,
            "stop": 1126799829
        },
        {
            "start": 1126799830,
            "stop": 1126799832
        },
        {
            "start": 1126799833,
            "stop": 1126799881
        },
        {
            "start": 1126799883,
            "stop": 1126805144
        },
        {
            "start": 1126805145,
            "stop": 1126805368
        },
        {
            "start": 1126805375,
            "stop": 1126805597
        },
        {
            "start": 1126805598,
            "stop": 1126805656
        },
        {
            "start": 1126805657,
            "stop": 1126805702
        },
        {
            "start": 1126805704,
            "stop": 1126805715
        },
        {
            "start": 1126805716,
            "stop": 1126805795
        }
    ]
}