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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=373",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=371",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 372,
    "results": [
        {
            "start": 847741606,
            "stop": 847741615
        },
        {
            "start": 847741617,
            "stop": 847741624
        },
        {
            "start": 847741625,
            "stop": 847741627
        },
        {
            "start": 847741628,
            "stop": 847741669
        },
        {
            "start": 847741671,
            "stop": 847741697
        },
        {
            "start": 847741698,
            "stop": 847741701
        },
        {
            "start": 847741702,
            "stop": 847741713
        },
        {
            "start": 847741714,
            "stop": 847741829
        },
        {
            "start": 847741830,
            "stop": 847741914
        },
        {
            "start": 847741915,
            "stop": 847741957
        },
        {
            "start": 847741958,
            "stop": 847742019
        },
        {
            "start": 847742021,
            "stop": 847742038
        },
        {
            "start": 847742039,
            "stop": 847742041
        },
        {
            "start": 847742042,
            "stop": 847742083
        },
        {
            "start": 847742084,
            "stop": 847742117
        },
        {
            "start": 847742118,
            "stop": 847742134
        },
        {
            "start": 847742135,
            "stop": 847742149
        },
        {
            "start": 847742151,
            "stop": 847742162
        },
        {
            "start": 847742163,
            "stop": 847742164
        },
        {
            "start": 847742165,
            "stop": 847742166
        }
    ]
}