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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=166",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=164",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 165,
    "results": [
        {
            "start": 1383154823,
            "stop": 1383156489
        },
        {
            "start": 1383156493,
            "stop": 1383158686
        },
        {
            "start": 1383158691,
            "stop": 1383171286
        },
        {
            "start": 1383171291,
            "stop": 1383173251
        },
        {
            "start": 1383173256,
            "stop": 1383174009
        },
        {
            "start": 1383175963,
            "stop": 1383177220
        },
        {
            "start": 1383177225,
            "stop": 1383177364
        },
        {
            "start": 1383177369,
            "stop": 1383180597
        },
        {
            "start": 1383180603,
            "stop": 1383183321
        },
        {
            "start": 1383183457,
            "stop": 1383186631
        },
        {
            "start": 1383186636,
            "stop": 1383187468
        },
        {
            "start": 1383187473,
            "stop": 1383190005
        },
        {
            "start": 1383190010,
            "stop": 1383190860
        },
        {
            "start": 1383190865,
            "stop": 1383192210
        },
        {
            "start": 1383192215,
            "stop": 1383192734
        },
        {
            "start": 1383250264,
            "stop": 1383250653
        },
        {
            "start": 1383250658,
            "stop": 1383251230
        },
        {
            "start": 1383251245,
            "stop": 1383254782
        },
        {
            "start": 1383254787,
            "stop": 1383256219
        },
        {
            "start": 1383257068,
            "stop": 1383257121
        }
    ]
}