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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=77",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=75",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 76,
    "results": [
        {
            "start": 931267810,
            "stop": 931267815
        },
        {
            "start": 931267817,
            "stop": 931267821
        },
        {
            "start": 931267823,
            "stop": 931267844
        },
        {
            "start": 931267845,
            "stop": 931267871
        },
        {
            "start": 931267873,
            "stop": 931267926
        },
        {
            "start": 931267928,
            "stop": 931268029
        },
        {
            "start": 931268031,
            "stop": 931268034
        },
        {
            "start": 931268037,
            "stop": 931268093
        },
        {
            "start": 931268094,
            "stop": 931268130
        },
        {
            "start": 931268132,
            "stop": 931268145
        },
        {
            "start": 931268149,
            "stop": 931268180
        },
        {
            "start": 931268182,
            "stop": 931268219
        },
        {
            "start": 931268222,
            "stop": 931268250
        },
        {
            "start": 931268252,
            "stop": 931268269
        },
        {
            "start": 931268270,
            "stop": 931268278
        },
        {
            "start": 931268282,
            "stop": 931268291
        },
        {
            "start": 931268293,
            "stop": 931268297
        },
        {
            "start": 931268299,
            "stop": 931268330
        },
        {
            "start": 931268331,
            "stop": 931268339
        },
        {
            "start": 931268341,
            "stop": 931268353
        }
    ]
}