Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=160
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=161",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=159",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 160,
    "results": [
        {
            "start": 931404316,
            "stop": 931404331
        },
        {
            "start": 931404332,
            "stop": 931404345
        },
        {
            "start": 931404347,
            "stop": 931404357
        },
        {
            "start": 931404358,
            "stop": 931404372
        },
        {
            "start": 931404374,
            "stop": 931404377
        },
        {
            "start": 931404379,
            "stop": 931404393
        },
        {
            "start": 931404395,
            "stop": 931404403
        },
        {
            "start": 931404405,
            "stop": 931404418
        },
        {
            "start": 931404420,
            "stop": 931404449
        },
        {
            "start": 931413997,
            "stop": 931414075
        },
        {
            "start": 931414076,
            "stop": 931415045
        },
        {
            "start": 931418878,
            "stop": 931418913
        },
        {
            "start": 931418915,
            "stop": 931418920
        },
        {
            "start": 931418921,
            "stop": 931419077
        },
        {
            "start": 931419079,
            "stop": 931419266
        },
        {
            "start": 931419267,
            "stop": 931419276
        },
        {
            "start": 931419277,
            "stop": 931419336
        },
        {
            "start": 931419337,
            "stop": 931419668
        },
        {
            "start": 931419669,
            "stop": 931419781
        },
        {
            "start": 931419782,
            "stop": 931419866
        }
    ]
}