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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3297",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3295",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3296,
    "results": [
        {
            "start": 874579065,
            "stop": 874580264
        },
        {
            "start": 874580445,
            "stop": 874586530
        },
        {
            "start": 874586534,
            "stop": 874593224
        },
        {
            "start": 874593525,
            "stop": 874593536
        },
        {
            "start": 874593539,
            "stop": 874599210
        },
        {
            "start": 874599213,
            "stop": 874601040
        },
        {
            "start": 874601160,
            "stop": 874604520
        },
        {
            "start": 874604580,
            "stop": 874605120
        },
        {
            "start": 874605180,
            "stop": 874607663
        },
        {
            "start": 874607666,
            "stop": 874608480
        },
        {
            "start": 874608540,
            "stop": 874609800
        },
        {
            "start": 874609860,
            "stop": 874612740
        },
        {
            "start": 874612800,
            "stop": 874613640
        },
        {
            "start": 874613760,
            "stop": 874614300
        },
        {
            "start": 874614420,
            "stop": 874615770
        },
        {
            "start": 874615860,
            "stop": 874617360
        },
        {
            "start": 874617420,
            "stop": 874617840
        },
        {
            "start": 874617900,
            "stop": 874619699
        },
        {
            "start": 874619701,
            "stop": 874619940
        },
        {
            "start": 874620060,
            "stop": 874620780
        }
    ]
}