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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41108",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41106",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41107,
    "results": [
        {
            "start": 875230506,
            "stop": 875230587
        },
        {
            "start": 875230588,
            "stop": 875230603
        },
        {
            "start": 875230604,
            "stop": 875230605
        },
        {
            "start": 875230606,
            "stop": 875230650
        },
        {
            "start": 875230651,
            "stop": 875230652
        },
        {
            "start": 875230653,
            "stop": 875230675
        },
        {
            "start": 875230676,
            "stop": 875230681
        },
        {
            "start": 875230682,
            "stop": 875230683
        },
        {
            "start": 875230684,
            "stop": 875230698
        },
        {
            "start": 875230699,
            "stop": 875230714
        },
        {
            "start": 875230716,
            "stop": 875230717
        },
        {
            "start": 875230718,
            "stop": 875230735
        },
        {
            "start": 875230736,
            "stop": 875230800
        },
        {
            "start": 875230801,
            "stop": 875230817
        },
        {
            "start": 875230818,
            "stop": 875230822
        },
        {
            "start": 875230823,
            "stop": 875230850
        },
        {
            "start": 875230853,
            "stop": 875230858
        },
        {
            "start": 875230859,
            "stop": 875230880
        },
        {
            "start": 875230881,
            "stop": 875230892
        },
        {
            "start": 875230893,
            "stop": 875230920
        }
    ]
}