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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=97",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=95",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 96,
    "results": [
        {
            "start": 931327017,
            "stop": 931327031
        },
        {
            "start": 931327032,
            "stop": 931327036
        },
        {
            "start": 931327037,
            "stop": 931327046
        },
        {
            "start": 931327047,
            "stop": 931327061
        },
        {
            "start": 931327062,
            "stop": 931327107
        },
        {
            "start": 931327108,
            "stop": 931327122
        },
        {
            "start": 931327123,
            "stop": 931327127
        },
        {
            "start": 931327128,
            "stop": 931327190
        },
        {
            "start": 931327191,
            "stop": 931327215
        },
        {
            "start": 931327575,
            "stop": 931327576
        },
        {
            "start": 931327577,
            "stop": 931327847
        },
        {
            "start": 931327848,
            "stop": 931328151
        },
        {
            "start": 931328153,
            "stop": 931328267
        },
        {
            "start": 931328268,
            "stop": 931328417
        },
        {
            "start": 931328418,
            "stop": 931328515
        },
        {
            "start": 931328516,
            "stop": 931328535
        },
        {
            "start": 931328536,
            "stop": 931328596
        },
        {
            "start": 931328597,
            "stop": 931328617
        },
        {
            "start": 931328618,
            "stop": 931328667
        },
        {
            "start": 931328668,
            "stop": 931328815
        }
    ]
}