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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_STOCH_CAT1/segments?format=api&page=33",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_STOCH_CAT1/segments?format=api&page=31",
    "results_count": 956,
    "results_per_page": 20,
    "num_pages": 48,
    "page_number": 32,
    "results": [
        {
            "start": 1413427665,
            "stop": 1413441474
        },
        {
            "start": 1413452828,
            "stop": 1413470480
        },
        {
            "start": 1413470867,
            "stop": 1413481521
        },
        {
            "start": 1413495141,
            "stop": 1413508209
        },
        {
            "start": 1413512319,
            "stop": 1413516320
        },
        {
            "start": 1413519808,
            "stop": 1413533168
        },
        {
            "start": 1413533308,
            "stop": 1413542325
        },
        {
            "start": 1413569377,
            "stop": 1413575732
        },
        {
            "start": 1413598905,
            "stop": 1413616547
        },
        {
            "start": 1413624756,
            "stop": 1413639296
        },
        {
            "start": 1414283416,
            "stop": 1414283976
        },
        {
            "start": 1414288442,
            "stop": 1414297308
        },
        {
            "start": 1414299528,
            "stop": 1414307554
        },
        {
            "start": 1414307631,
            "stop": 1414314953
        },
        {
            "start": 1414322690,
            "stop": 1414325806
        },
        {
            "start": 1414337231,
            "stop": 1414338582
        },
        {
            "start": 1414338663,
            "stop": 1414339774
        },
        {
            "start": 1414346313,
            "stop": 1414346442
        },
        {
            "start": 1414348362,
            "stop": 1414354633
        },
        {
            "start": 1414375997,
            "stop": 1414381786
        }
    ]
}