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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3292",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3290",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3291,
    "results": [
        {
            "start": 874414305,
            "stop": 874415160
        },
        {
            "start": 874415220,
            "stop": 874419960
        },
        {
            "start": 874420020,
            "stop": 874424650
        },
        {
            "start": 874424654,
            "stop": 874426980
        },
        {
            "start": 874427100,
            "stop": 874428120
        },
        {
            "start": 874428180,
            "stop": 874429800
        },
        {
            "start": 874429920,
            "stop": 874430040
        },
        {
            "start": 874430100,
            "stop": 874430332
        },
        {
            "start": 874430334,
            "stop": 874433384
        },
        {
            "start": 874433565,
            "stop": 874434480
        },
        {
            "start": 874434600,
            "stop": 874436605
        },
        {
            "start": 874438904,
            "stop": 874439910
        },
        {
            "start": 874440360,
            "stop": 874442520
        },
        {
            "start": 874442580,
            "stop": 874443540
        },
        {
            "start": 874443600,
            "stop": 874443780
        },
        {
            "start": 874443840,
            "stop": 874447500
        },
        {
            "start": 874447560,
            "stop": 874448280
        },
        {
            "start": 874448400,
            "stop": 874450680
        },
        {
            "start": 874450740,
            "stop": 874455840
        },
        {
            "start": 874455960,
            "stop": 874459980
        }
    ]
}