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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=99",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=97",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 98,
    "results": [
        {
            "start": 931339329,
            "stop": 931339391
        },
        {
            "start": 931339392,
            "stop": 931339393
        },
        {
            "start": 931339395,
            "stop": 931339536
        },
        {
            "start": 931339537,
            "stop": 931339602
        },
        {
            "start": 931339604,
            "stop": 931339624
        },
        {
            "start": 931339626,
            "stop": 931339646
        },
        {
            "start": 931339648,
            "stop": 931339658
        },
        {
            "start": 931339660,
            "stop": 931339697
        },
        {
            "start": 931339699,
            "stop": 931339717
        },
        {
            "start": 931339719,
            "stop": 931339747
        },
        {
            "start": 931339749,
            "stop": 931339801
        },
        {
            "start": 931339803,
            "stop": 931339877
        },
        {
            "start": 931339878,
            "stop": 931339929
        },
        {
            "start": 931339931,
            "stop": 931339996
        },
        {
            "start": 931339998,
            "stop": 931340040
        },
        {
            "start": 931340042,
            "stop": 931340109
        },
        {
            "start": 931340110,
            "stop": 931340126
        },
        {
            "start": 931340127,
            "stop": 931340129
        },
        {
            "start": 931340131,
            "stop": 931340149
        },
        {
            "start": 931340151,
            "stop": 931340339
        }
    ]
}