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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=247",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=245",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 246,
    "results": [
        {
            "start": 1173924891,
            "stop": 1173925903
        },
        {
            "start": 1173925905,
            "stop": 1173926781
        },
        {
            "start": 1173926783,
            "stop": 1173927913
        },
        {
            "start": 1173927915,
            "stop": 1173928964
        },
        {
            "start": 1173928966,
            "stop": 1173929379
        },
        {
            "start": 1173929383,
            "stop": 1173929920
        },
        {
            "start": 1173929922,
            "stop": 1173930858
        },
        {
            "start": 1173930860,
            "stop": 1173932167
        },
        {
            "start": 1173932169,
            "stop": 1173933115
        },
        {
            "start": 1173933119,
            "stop": 1173933335
        },
        {
            "start": 1173933337,
            "stop": 1173934451
        },
        {
            "start": 1173934453,
            "stop": 1173935377
        },
        {
            "start": 1173935379,
            "stop": 1173936701
        },
        {
            "start": 1173936703,
            "stop": 1173937927
        },
        {
            "start": 1173937929,
            "stop": 1173938980
        },
        {
            "start": 1173938982,
            "stop": 1173940223
        },
        {
            "start": 1173940225,
            "stop": 1173940340
        },
        {
            "start": 1173940344,
            "stop": 1173941327
        },
        {
            "start": 1173941329,
            "stop": 1173942254
        },
        {
            "start": 1173942256,
            "stop": 1173942275
        }
    ]
}