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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=442",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=440",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 441,
    "results": [
        {
            "start": 1261644460,
            "stop": 1261644461
        },
        {
            "start": 1261644464,
            "stop": 1261644465
        },
        {
            "start": 1261644468,
            "stop": 1261644470
        },
        {
            "start": 1261644473,
            "stop": 1261644474
        },
        {
            "start": 1261644477,
            "stop": 1261644638
        },
        {
            "start": 1261644641,
            "stop": 1261644642
        },
        {
            "start": 1261644645,
            "stop": 1261644647
        },
        {
            "start": 1261644650,
            "stop": 1261644651
        },
        {
            "start": 1261644654,
            "stop": 1261644713
        },
        {
            "start": 1261644716,
            "stop": 1261644739
        },
        {
            "start": 1261649174,
            "stop": 1261649405
        },
        {
            "start": 1261649408,
            "stop": 1261650019
        },
        {
            "start": 1261650022,
            "stop": 1261650024
        },
        {
            "start": 1261650027,
            "stop": 1261650587
        },
        {
            "start": 1261650590,
            "stop": 1261650603
        },
        {
            "start": 1261650606,
            "stop": 1261650620
        },
        {
            "start": 1261650623,
            "stop": 1261650715
        },
        {
            "start": 1261650718,
            "stop": 1261650874
        },
        {
            "start": 1261650877,
            "stop": 1261651383
        },
        {
            "start": 1261651386,
            "stop": 1261651387
        }
    ]
}