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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=813",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=811",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 812,
    "results": [
        {
            "start": 874227040,
            "stop": 874263013
        },
        {
            "start": 874263017,
            "stop": 874263019
        },
        {
            "start": 874263020,
            "stop": 874263348
        },
        {
            "start": 874267628,
            "stop": 874272844
        },
        {
            "start": 874273922,
            "stop": 874275405
        },
        {
            "start": 874277162,
            "stop": 874313409
        },
        {
            "start": 874318804,
            "stop": 874340679
        },
        {
            "start": 874341395,
            "stop": 874343851
        },
        {
            "start": 874343855,
            "stop": 874347305
        },
        {
            "start": 874349924,
            "stop": 874352727
        },
        {
            "start": 874353556,
            "stop": 874354114
        },
        {
            "start": 874354837,
            "stop": 874360640
        },
        {
            "start": 874363019,
            "stop": 874422021
        },
        {
            "start": 874422025,
            "stop": 874423453
        },
        {
            "start": 874423457,
            "stop": 874436851
        },
        {
            "start": 874438904,
            "stop": 874439947
        },
        {
            "start": 874441095,
            "stop": 874466613
        },
        {
            "start": 874466617,
            "stop": 874478767
        },
        {
            "start": 874480016,
            "stop": 874501458
        },
        {
            "start": 874503159,
            "stop": 874514064
        }
    ]
}