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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=113",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=111",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 112,
    "results": [
        {
            "start": 1413272773,
            "stop": 1413276710
        },
        {
            "start": 1413286154,
            "stop": 1413286844
        },
        {
            "start": 1413290776,
            "stop": 1413293258
        },
        {
            "start": 1413297231,
            "stop": 1413298115
        },
        {
            "start": 1413303447,
            "stop": 1413303520
        },
        {
            "start": 1413303525,
            "stop": 1413307110
        },
        {
            "start": 1413307953,
            "stop": 1413311967
        },
        {
            "start": 1413311972,
            "stop": 1413312747
        },
        {
            "start": 1413312752,
            "stop": 1413315394
        },
        {
            "start": 1413324621,
            "stop": 1413326292
        },
        {
            "start": 1413326297,
            "stop": 1413326521
        },
        {
            "start": 1413326526,
            "stop": 1413331708
        },
        {
            "start": 1413331713,
            "stop": 1413332139
        },
        {
            "start": 1413332143,
            "stop": 1413334053
        },
        {
            "start": 1413338630,
            "stop": 1413344876
        },
        {
            "start": 1413353530,
            "stop": 1413353633
        },
        {
            "start": 1413353638,
            "stop": 1413356546
        },
        {
            "start": 1413359915,
            "stop": 1413361035
        },
        {
            "start": 1413361040,
            "stop": 1413370092
        },
        {
            "start": 1413370097,
            "stop": 1413370637
        }
    ]
}