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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5117",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5115",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5116,
    "results": [
        {
            "start": 1135894194,
            "stop": 1135894199
        },
        {
            "start": 1135894201,
            "stop": 1135894219
        },
        {
            "start": 1135894221,
            "stop": 1135894230
        },
        {
            "start": 1135894232,
            "stop": 1135894238
        },
        {
            "start": 1135894240,
            "stop": 1135894266
        },
        {
            "start": 1135894268,
            "stop": 1135894269
        },
        {
            "start": 1135894271,
            "stop": 1135894274
        },
        {
            "start": 1135894277,
            "stop": 1135894295
        },
        {
            "start": 1135894297,
            "stop": 1135894298
        },
        {
            "start": 1135894300,
            "stop": 1135894469
        },
        {
            "start": 1135894471,
            "stop": 1135894500
        },
        {
            "start": 1135894502,
            "stop": 1135894505
        },
        {
            "start": 1135894507,
            "stop": 1135894508
        },
        {
            "start": 1135894510,
            "stop": 1135894659
        },
        {
            "start": 1135894661,
            "stop": 1135894674
        },
        {
            "start": 1135894676,
            "stop": 1135894683
        },
        {
            "start": 1135894685,
            "stop": 1135894705
        },
        {
            "start": 1135894707,
            "stop": 1135894719
        },
        {
            "start": 1135894721,
            "stop": 1135894758
        },
        {
            "start": 1135894760,
            "stop": 1135894766
        }
    ]
}