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=341
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=342",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=340",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 341,
    "results": [
        {
            "start": 1177258685,
            "stop": 1177258781
        },
        {
            "start": 1177258782,
            "stop": 1177258790
        },
        {
            "start": 1177258794,
            "stop": 1177258830
        },
        {
            "start": 1177258834,
            "stop": 1177258839
        },
        {
            "start": 1177258845,
            "stop": 1177258851
        },
        {
            "start": 1177258856,
            "stop": 1177258884
        },
        {
            "start": 1177258888,
            "stop": 1177258895
        },
        {
            "start": 1177258898,
            "stop": 1177258940
        },
        {
            "start": 1177258945,
            "stop": 1177258954
        },
        {
            "start": 1177258957,
            "stop": 1177258967
        },
        {
            "start": 1177258971,
            "stop": 1177259186
        },
        {
            "start": 1177281675,
            "stop": 1177282269
        },
        {
            "start": 1177282270,
            "stop": 1177282877
        },
        {
            "start": 1177282880,
            "stop": 1177282892
        },
        {
            "start": 1177282893,
            "stop": 1177283418
        },
        {
            "start": 1177283421,
            "stop": 1177283429
        },
        {
            "start": 1177283433,
            "stop": 1177284291
        },
        {
            "start": 1177284294,
            "stop": 1177284301
        },
        {
            "start": 1177284305,
            "stop": 1177284766
        },
        {
            "start": 1177284769,
            "stop": 1177284966
        }
    ]
}