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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40975",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40973",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40974,
    "results": [
        {
            "start": 875133856,
            "stop": 875133909
        },
        {
            "start": 875133911,
            "stop": 875133971
        },
        {
            "start": 875133972,
            "stop": 875133991
        },
        {
            "start": 875133992,
            "stop": 875134087
        },
        {
            "start": 875134088,
            "stop": 875134101
        },
        {
            "start": 875134102,
            "stop": 875134143
        },
        {
            "start": 875134144,
            "stop": 875134152
        },
        {
            "start": 875134153,
            "stop": 875134155
        },
        {
            "start": 875134156,
            "stop": 875134186
        },
        {
            "start": 875134187,
            "stop": 875134292
        },
        {
            "start": 875134294,
            "stop": 875134313
        },
        {
            "start": 875134315,
            "stop": 875134364
        },
        {
            "start": 875134365,
            "stop": 875134377
        },
        {
            "start": 875134379,
            "stop": 875134420
        },
        {
            "start": 875134422,
            "stop": 875134448
        },
        {
            "start": 875134449,
            "stop": 875134464
        },
        {
            "start": 875134465,
            "stop": 875134506
        },
        {
            "start": 875134508,
            "stop": 875134526
        },
        {
            "start": 875134527,
            "stop": 875134611
        },
        {
            "start": 875134613,
            "stop": 875134654
        }
    ]
}