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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=63",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=61",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 62,
    "results": [
        {
            "start": 931275151,
            "stop": 931275667
        },
        {
            "start": 931275668,
            "stop": 931275676
        },
        {
            "start": 931275679,
            "stop": 931275680
        },
        {
            "start": 931275682,
            "stop": 931275696
        },
        {
            "start": 931275698,
            "stop": 931275701
        },
        {
            "start": 931275703,
            "stop": 931275704
        },
        {
            "start": 931275705,
            "stop": 931275709
        },
        {
            "start": 931275713,
            "stop": 931275717
        },
        {
            "start": 931275721,
            "stop": 931275725
        },
        {
            "start": 931275738,
            "stop": 931275739
        },
        {
            "start": 931283293,
            "stop": 931283294
        },
        {
            "start": 931283296,
            "stop": 931283299
        },
        {
            "start": 931283308,
            "stop": 931283309
        },
        {
            "start": 931283311,
            "stop": 931283312
        },
        {
            "start": 931283321,
            "stop": 931283323
        },
        {
            "start": 931283327,
            "stop": 931283330
        },
        {
            "start": 931283332,
            "stop": 931283333
        },
        {
            "start": 931283335,
            "stop": 931283358
        },
        {
            "start": 931283360,
            "stop": 931283366
        },
        {
            "start": 931283371,
            "stop": 931283372
        }
    ]
}