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=47004
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=47005",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=47003",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 47004,
    "results": [
        {
            "start": 875222160,
            "stop": 875222237
        },
        {
            "start": 875222238,
            "stop": 875222283
        },
        {
            "start": 875222286,
            "stop": 875222291
        },
        {
            "start": 875222292,
            "stop": 875222322
        },
        {
            "start": 875222325,
            "stop": 875222326
        },
        {
            "start": 875222327,
            "stop": 875222340
        },
        {
            "start": 875222341,
            "stop": 875222346
        },
        {
            "start": 875222353,
            "stop": 875222358
        },
        {
            "start": 875222361,
            "stop": 875222409
        },
        {
            "start": 875222410,
            "stop": 875222432
        },
        {
            "start": 875222433,
            "stop": 875222547
        },
        {
            "start": 875222550,
            "stop": 875222551
        },
        {
            "start": 875222554,
            "stop": 875222558
        },
        {
            "start": 875222561,
            "stop": 875222630
        },
        {
            "start": 875222633,
            "stop": 875222645
        },
        {
            "start": 875222651,
            "stop": 875222666
        },
        {
            "start": 875222670,
            "stop": 875222698
        },
        {
            "start": 875222705,
            "stop": 875222717
        },
        {
            "start": 875222720,
            "stop": 875222752
        },
        {
            "start": 875222756,
            "stop": 875222765
        }
    ]
}