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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=365",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=363",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 364,
    "results": [
        {
            "start": 1181721654,
            "stop": 1181721900
        },
        {
            "start": 1181721901,
            "stop": 1181721960
        },
        {
            "start": 1181721961,
            "stop": 1181722174
        },
        {
            "start": 1181722175,
            "stop": 1181722177
        },
        {
            "start": 1181722178,
            "stop": 1181722428
        },
        {
            "start": 1181722431,
            "stop": 1181722838
        },
        {
            "start": 1181722841,
            "stop": 1181722912
        },
        {
            "start": 1181722913,
            "stop": 1181722915
        },
        {
            "start": 1181722917,
            "stop": 1181722960
        },
        {
            "start": 1181722961,
            "stop": 1181722975
        },
        {
            "start": 1181722976,
            "stop": 1181723090
        },
        {
            "start": 1181723091,
            "stop": 1181723270
        },
        {
            "start": 1181723271,
            "stop": 1181723454
        },
        {
            "start": 1181723455,
            "stop": 1181723866
        },
        {
            "start": 1181723867,
            "stop": 1181724040
        },
        {
            "start": 1181724043,
            "stop": 1181724044
        },
        {
            "start": 1181724046,
            "stop": 1181724438
        },
        {
            "start": 1181724439,
            "stop": 1181724609
        },
        {
            "start": 1181724611,
            "stop": 1181724620
        },
        {
            "start": 1181724621,
            "stop": 1181724980
        }
    ]
}