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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=637",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=635",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 636,
    "results": [
        {
            "start": 1247567410,
            "stop": 1247567419
        },
        {
            "start": 1247567421,
            "stop": 1247567424
        },
        {
            "start": 1247567427,
            "stop": 1247567435
        },
        {
            "start": 1247567437,
            "stop": 1247567442
        },
        {
            "start": 1247567443,
            "stop": 1247567477
        },
        {
            "start": 1247567479,
            "stop": 1247567529
        },
        {
            "start": 1247567532,
            "stop": 1247567568
        },
        {
            "start": 1247567570,
            "stop": 1247567585
        },
        {
            "start": 1247567590,
            "stop": 1247568030
        },
        {
            "start": 1247568032,
            "stop": 1247568038
        },
        {
            "start": 1247568039,
            "stop": 1247568161
        },
        {
            "start": 1247568164,
            "stop": 1247568165
        },
        {
            "start": 1247568167,
            "stop": 1247568172
        },
        {
            "start": 1247568174,
            "stop": 1247569376
        },
        {
            "start": 1247569384,
            "stop": 1247570211
        },
        {
            "start": 1247570213,
            "stop": 1247570353
        },
        {
            "start": 1247570355,
            "stop": 1247570360
        },
        {
            "start": 1247570362,
            "stop": 1247570366
        },
        {
            "start": 1247570367,
            "stop": 1247570376
        },
        {
            "start": 1247570378,
            "stop": 1247570379
        }
    ]
}