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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=444",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=442",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 443,
    "results": [
        {
            "start": 840201996,
            "stop": 840204786
        },
        {
            "start": 840204816,
            "stop": 840205476
        },
        {
            "start": 840212880,
            "stop": 840213000
        },
        {
            "start": 840213175,
            "stop": 840214495
        },
        {
            "start": 840214691,
            "stop": 840214751
        },
        {
            "start": 840218344,
            "stop": 840220624
        },
        {
            "start": 840221724,
            "stop": 840221904
        },
        {
            "start": 840222054,
            "stop": 840222174
        },
        {
            "start": 840223480,
            "stop": 840223690
        },
        {
            "start": 840223930,
            "stop": 840224020
        },
        {
            "start": 840224050,
            "stop": 840224620
        },
        {
            "start": 840225874,
            "stop": 840226234
        },
        {
            "start": 840232289,
            "stop": 840233129
        },
        {
            "start": 840254955,
            "stop": 840255015
        },
        {
            "start": 840255248,
            "stop": 840255488
        },
        {
            "start": 840255655,
            "stop": 840262915
        },
        {
            "start": 840264033,
            "stop": 840267873
        },
        {
            "start": 840267993,
            "stop": 840268563
        },
        {
            "start": 840268713,
            "stop": 840268893
        },
        {
            "start": 840269043,
            "stop": 840269913
        }
    ]
}