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=467
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=468",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=466",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 467,
    "results": [
        {
            "start": 1261992161,
            "stop": 1261993214
        },
        {
            "start": 1261993217,
            "stop": 1261993337
        },
        {
            "start": 1261993340,
            "stop": 1261993463
        },
        {
            "start": 1261993466,
            "stop": 1261993732
        },
        {
            "start": 1261993735,
            "stop": 1261994269
        },
        {
            "start": 1261994272,
            "stop": 1261994403
        },
        {
            "start": 1261994406,
            "stop": 1261994495
        },
        {
            "start": 1261994498,
            "stop": 1261994515
        },
        {
            "start": 1261994518,
            "stop": 1261994645
        },
        {
            "start": 1261994648,
            "stop": 1261994649
        },
        {
            "start": 1261994652,
            "stop": 1261995486
        },
        {
            "start": 1261995489,
            "stop": 1261996026
        },
        {
            "start": 1261996029,
            "stop": 1261996045
        },
        {
            "start": 1261996048,
            "stop": 1261996286
        },
        {
            "start": 1261996289,
            "stop": 1261996439
        },
        {
            "start": 1261996442,
            "stop": 1261996443
        },
        {
            "start": 1261996446,
            "stop": 1261996770
        },
        {
            "start": 1261996773,
            "stop": 1261997069
        },
        {
            "start": 1261997072,
            "stop": 1261998296
        },
        {
            "start": 1261998299,
            "stop": 1261998526
        }
    ]
}