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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=120",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=118",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 119,
    "results": [
        {
            "start": 818464353,
            "stop": 818464420
        },
        {
            "start": 818464423,
            "stop": 818464508
        },
        {
            "start": 818464511,
            "stop": 818472798
        },
        {
            "start": 818472802,
            "stop": 818479335
        },
        {
            "start": 818484505,
            "stop": 818484649
        },
        {
            "start": 818485049,
            "stop": 818493659
        },
        {
            "start": 818493699,
            "stop": 818507471
        },
        {
            "start": 818507476,
            "stop": 818510983
        },
        {
            "start": 818511164,
            "stop": 818511504
        },
        {
            "start": 818511508,
            "stop": 818515500
        },
        {
            "start": 818515504,
            "stop": 818517461
        },
        {
            "start": 818517464,
            "stop": 818518783
        },
        {
            "start": 818518964,
            "stop": 818524590
        },
        {
            "start": 818562732,
            "stop": 818564489
        },
        {
            "start": 818564490,
            "stop": 818564731
        },
        {
            "start": 818565563,
            "stop": 818569657
        },
        {
            "start": 818576190,
            "stop": 818603306
        },
        {
            "start": 818603310,
            "stop": 818604178
        },
        {
            "start": 818605430,
            "stop": 818619174
        },
        {
            "start": 818621200,
            "stop": 818634660
        }
    ]
}