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=451
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=452",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=450",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 451,
    "results": [
        {
            "start": 1183028330,
            "stop": 1183028382
        },
        {
            "start": 1183028383,
            "stop": 1183028667
        },
        {
            "start": 1183028668,
            "stop": 1183028691
        },
        {
            "start": 1183028693,
            "stop": 1183029805
        },
        {
            "start": 1183029807,
            "stop": 1183029821
        },
        {
            "start": 1183029823,
            "stop": 1183030405
        },
        {
            "start": 1183030407,
            "stop": 1183030789
        },
        {
            "start": 1183030791,
            "stop": 1183033855
        },
        {
            "start": 1183033857,
            "stop": 1183033947
        },
        {
            "start": 1183033949,
            "stop": 1183036369
        },
        {
            "start": 1183036373,
            "stop": 1183037279
        },
        {
            "start": 1183037280,
            "stop": 1183039040
        },
        {
            "start": 1183039044,
            "stop": 1183039361
        },
        {
            "start": 1183039363,
            "stop": 1183043842
        },
        {
            "start": 1183043845,
            "stop": 1183045781
        },
        {
            "start": 1183045786,
            "stop": 1183046780
        },
        {
            "start": 1183046782,
            "stop": 1183046960
        },
        {
            "start": 1183046964,
            "stop": 1183048128
        },
        {
            "start": 1183048130,
            "stop": 1183049200
        },
        {
            "start": 1183049204,
            "stop": 1183049717
        }
    ]
}