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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=552",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=550",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 551,
    "results": [
        {
            "start": 1262810318,
            "stop": 1262810328
        },
        {
            "start": 1262810331,
            "stop": 1262810336
        },
        {
            "start": 1262810339,
            "stop": 1262810370
        },
        {
            "start": 1262810373,
            "stop": 1262810401
        },
        {
            "start": 1262810404,
            "stop": 1262810436
        },
        {
            "start": 1262810439,
            "stop": 1262810443
        },
        {
            "start": 1262810446,
            "stop": 1262810451
        },
        {
            "start": 1262810454,
            "stop": 1262810459
        },
        {
            "start": 1262810462,
            "stop": 1262810463
        },
        {
            "start": 1262810469,
            "stop": 1262810470
        },
        {
            "start": 1262810473,
            "stop": 1262810488
        },
        {
            "start": 1262810491,
            "stop": 1262810492
        },
        {
            "start": 1262810495,
            "stop": 1262810508
        },
        {
            "start": 1262810511,
            "stop": 1262810513
        },
        {
            "start": 1262810516,
            "stop": 1262810517
        },
        {
            "start": 1262810520,
            "stop": 1262810589
        },
        {
            "start": 1262810592,
            "stop": 1262810604
        },
        {
            "start": 1262810607,
            "stop": 1262810617
        },
        {
            "start": 1262810620,
            "stop": 1262810624
        },
        {
            "start": 1262810627,
            "stop": 1262810635
        }
    ]
}