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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33173",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33171",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33172,
    "results": [
        {
            "start": 970753724,
            "stop": 970753821
        },
        {
            "start": 970753825,
            "stop": 970753847
        },
        {
            "start": 970753850,
            "stop": 970753856
        },
        {
            "start": 970753859,
            "stop": 970754524
        },
        {
            "start": 970754527,
            "stop": 970754648
        },
        {
            "start": 970754651,
            "stop": 970754669
        },
        {
            "start": 970754670,
            "stop": 970755756
        },
        {
            "start": 970755759,
            "stop": 970756319
        },
        {
            "start": 970756320,
            "stop": 970756578
        },
        {
            "start": 970756579,
            "stop": 970756804
        },
        {
            "start": 970756805,
            "stop": 970757030
        },
        {
            "start": 970757033,
            "stop": 970757602
        },
        {
            "start": 970757605,
            "stop": 970757888
        },
        {
            "start": 970757889,
            "stop": 970758357
        },
        {
            "start": 970758362,
            "stop": 970758436
        },
        {
            "start": 970758439,
            "stop": 970758653
        },
        {
            "start": 970758656,
            "stop": 970759468
        },
        {
            "start": 970759469,
            "stop": 970759917
        },
        {
            "start": 970759920,
            "stop": 970760098
        },
        {
            "start": 970760101,
            "stop": 970760397
        }
    ]
}