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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5864",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5862",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5863,
    "results": [
        {
            "start": 874764848,
            "stop": 874764884
        },
        {
            "start": 874764892,
            "stop": 874764943
        },
        {
            "start": 874764946,
            "stop": 874764966
        },
        {
            "start": 874764970,
            "stop": 874764971
        },
        {
            "start": 874764975,
            "stop": 874765035
        },
        {
            "start": 874765038,
            "stop": 874765040
        },
        {
            "start": 874765043,
            "stop": 874765055
        },
        {
            "start": 874765059,
            "stop": 874765086
        },
        {
            "start": 874765089,
            "stop": 874765163
        },
        {
            "start": 874765166,
            "stop": 874765168
        },
        {
            "start": 874765171,
            "stop": 874765191
        },
        {
            "start": 874765195,
            "stop": 874765256
        },
        {
            "start": 874765259,
            "stop": 874765320
        },
        {
            "start": 874765323,
            "stop": 874765331
        },
        {
            "start": 874765335,
            "stop": 874765336
        },
        {
            "start": 874765339,
            "stop": 874765356
        },
        {
            "start": 874765359,
            "stop": 874765371
        },
        {
            "start": 874765374,
            "stop": 874765401
        },
        {
            "start": 874765404,
            "stop": 874765545
        },
        {
            "start": 874765549,
            "stop": 874765621
        }
    ]
}