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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8851",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8849",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8850,
    "results": [
        {
            "start": 874579875,
            "stop": 874580264
        },
        {
            "start": 874580445,
            "stop": 874580640
        },
        {
            "start": 874580700,
            "stop": 874580706
        },
        {
            "start": 874580723,
            "stop": 874581240
        },
        {
            "start": 874581300,
            "stop": 874584156
        },
        {
            "start": 874584173,
            "stop": 874584239
        },
        {
            "start": 874584256,
            "stop": 874585200
        },
        {
            "start": 874585260,
            "stop": 874585740
        },
        {
            "start": 874585800,
            "stop": 874586528
        },
        {
            "start": 874586536,
            "stop": 874587626
        },
        {
            "start": 874587746,
            "stop": 874590000
        },
        {
            "start": 874590162,
            "stop": 874590240
        },
        {
            "start": 874590300,
            "stop": 874590342
        },
        {
            "start": 874590359,
            "stop": 874590398
        },
        {
            "start": 874590415,
            "stop": 874591201
        },
        {
            "start": 874591398,
            "stop": 874592771
        },
        {
            "start": 874592788,
            "stop": 874592832
        },
        {
            "start": 874592849,
            "stop": 874592919
        },
        {
            "start": 874592936,
            "stop": 874593224
        },
        {
            "start": 874593525,
            "stop": 874593534
        }
    ]
}