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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5159",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5157",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5158,
    "results": [
        {
            "start": 1136214711,
            "stop": 1136214722
        },
        {
            "start": 1136214724,
            "stop": 1136214726
        },
        {
            "start": 1136214728,
            "stop": 1136214729
        },
        {
            "start": 1136214731,
            "stop": 1136214736
        },
        {
            "start": 1136214738,
            "stop": 1136214758
        },
        {
            "start": 1136214759,
            "stop": 1136214783
        },
        {
            "start": 1136214784,
            "stop": 1136214814
        },
        {
            "start": 1136214816,
            "stop": 1136214871
        },
        {
            "start": 1136214873,
            "stop": 1136214910
        },
        {
            "start": 1136214912,
            "stop": 1136214972
        },
        {
            "start": 1136214974,
            "stop": 1136215069
        },
        {
            "start": 1136215071,
            "stop": 1136215216
        },
        {
            "start": 1136215218,
            "stop": 1136215225
        },
        {
            "start": 1136215227,
            "stop": 1136215363
        },
        {
            "start": 1136215365,
            "stop": 1136215379
        },
        {
            "start": 1136215381,
            "stop": 1136215550
        },
        {
            "start": 1136215553,
            "stop": 1136215684
        },
        {
            "start": 1136215686,
            "stop": 1136215698
        },
        {
            "start": 1136215700,
            "stop": 1136215732
        },
        {
            "start": 1136215734,
            "stop": 1136215741
        }
    ]
}