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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=3975",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=3973",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 3974,
    "results": [
        {
            "start": 874595192,
            "stop": 874595202
        },
        {
            "start": 874595203,
            "stop": 874595204
        },
        {
            "start": 874595206,
            "stop": 874595225
        },
        {
            "start": 874601066,
            "stop": 874601506
        },
        {
            "start": 874601511,
            "stop": 874601595
        },
        {
            "start": 874601598,
            "stop": 874601883
        },
        {
            "start": 874601886,
            "stop": 874602596
        },
        {
            "start": 874602599,
            "stop": 874602620
        },
        {
            "start": 874602623,
            "stop": 874602660
        },
        {
            "start": 874602663,
            "stop": 874603082
        },
        {
            "start": 874603086,
            "stop": 874603100
        },
        {
            "start": 874603103,
            "stop": 874603169
        },
        {
            "start": 874603172,
            "stop": 874603646
        },
        {
            "start": 874603649,
            "stop": 874606389
        },
        {
            "start": 874606393,
            "stop": 874606401
        },
        {
            "start": 874606406,
            "stop": 874608856
        },
        {
            "start": 874608859,
            "stop": 874608860
        },
        {
            "start": 874608863,
            "stop": 874611681
        },
        {
            "start": 874611688,
            "stop": 874611712
        },
        {
            "start": 874611715,
            "stop": 874612267
        }
    ]
}