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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=42",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=40",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 41,
    "results": [
        {
            "start": 931164330,
            "stop": 931164361
        },
        {
            "start": 931164362,
            "stop": 931164383
        },
        {
            "start": 931164384,
            "stop": 931164398
        },
        {
            "start": 931164399,
            "stop": 931164410
        },
        {
            "start": 931164414,
            "stop": 931164418
        },
        {
            "start": 931164420,
            "stop": 931164462
        },
        {
            "start": 931164463,
            "stop": 931164521
        },
        {
            "start": 931164522,
            "stop": 931164541
        },
        {
            "start": 931164542,
            "stop": 931164579
        },
        {
            "start": 931164581,
            "stop": 931164681
        },
        {
            "start": 931164683,
            "stop": 931164691
        },
        {
            "start": 931164693,
            "stop": 931164710
        },
        {
            "start": 931164712,
            "stop": 931164719
        },
        {
            "start": 931164723,
            "stop": 931164729
        },
        {
            "start": 931164730,
            "stop": 931164750
        },
        {
            "start": 931164752,
            "stop": 931164797
        },
        {
            "start": 931164798,
            "stop": 931164831
        },
        {
            "start": 931164832,
            "stop": 931164845
        },
        {
            "start": 931164847,
            "stop": 931164854
        },
        {
            "start": 931164855,
            "stop": 931164861
        }
    ]
}