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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=341",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=339",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 340,
    "results": [
        {
            "start": 1240387151,
            "stop": 1240387483
        },
        {
            "start": 1240387488,
            "stop": 1240388524
        },
        {
            "start": 1240388528,
            "stop": 1240392255
        },
        {
            "start": 1240392259,
            "stop": 1240392340
        },
        {
            "start": 1240392344,
            "stop": 1240392464
        },
        {
            "start": 1240392468,
            "stop": 1240393681
        },
        {
            "start": 1240393685,
            "stop": 1240394545
        },
        {
            "start": 1240394548,
            "stop": 1240397692
        },
        {
            "start": 1240397695,
            "stop": 1240398747
        },
        {
            "start": 1240398752,
            "stop": 1240400159
        },
        {
            "start": 1240400164,
            "stop": 1240404143
        },
        {
            "start": 1240404147,
            "stop": 1240404776
        },
        {
            "start": 1240404781,
            "stop": 1240406256
        },
        {
            "start": 1240406261,
            "stop": 1240409830
        },
        {
            "start": 1240409835,
            "stop": 1240410598
        },
        {
            "start": 1240410601,
            "stop": 1240411477
        },
        {
            "start": 1240411481,
            "stop": 1240418048
        },
        {
            "start": 1240418051,
            "stop": 1240420832
        },
        {
            "start": 1240420837,
            "stop": 1240422749
        },
        {
            "start": 1240422756,
            "stop": 1240428279
        }
    ]
}