Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=48
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=49",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=47",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 48,
    "results": [
        {
            "start": 931200465,
            "stop": 931200466
        },
        {
            "start": 931200468,
            "stop": 931200493
        },
        {
            "start": 931200496,
            "stop": 931200506
        },
        {
            "start": 931200508,
            "stop": 931200521
        },
        {
            "start": 931200524,
            "stop": 931200567
        },
        {
            "start": 931200571,
            "stop": 931200577
        },
        {
            "start": 931200578,
            "stop": 931200602
        },
        {
            "start": 931200604,
            "stop": 931200609
        },
        {
            "start": 931200611,
            "stop": 931200613
        },
        {
            "start": 931200614,
            "stop": 931200620
        },
        {
            "start": 931200621,
            "stop": 931200623
        },
        {
            "start": 931200625,
            "stop": 931200627
        },
        {
            "start": 931200628,
            "stop": 931200656
        },
        {
            "start": 931200658,
            "stop": 931200669
        },
        {
            "start": 931200670,
            "stop": 931200671
        },
        {
            "start": 931202656,
            "stop": 931202735
        },
        {
            "start": 931202736,
            "stop": 931202831
        },
        {
            "start": 931202837,
            "stop": 931202862
        },
        {
            "start": 931202864,
            "stop": 931202867
        },
        {
            "start": 931202870,
            "stop": 931202872
        }
    ]
}