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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=285",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=283",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 284,
    "results": [
        {
            "start": 931705739,
            "stop": 931705740
        },
        {
            "start": 931705747,
            "stop": 931705757
        },
        {
            "start": 931705764,
            "stop": 931705768
        },
        {
            "start": 931705770,
            "stop": 931705778
        },
        {
            "start": 931705780,
            "stop": 931705783
        },
        {
            "start": 931705785,
            "stop": 931705788
        },
        {
            "start": 931705789,
            "stop": 931705790
        },
        {
            "start": 931705792,
            "stop": 931705794
        },
        {
            "start": 931705797,
            "stop": 931705804
        },
        {
            "start": 931705809,
            "stop": 931705815
        },
        {
            "start": 931705818,
            "stop": 931705820
        },
        {
            "start": 931705823,
            "stop": 931705827
        },
        {
            "start": 931705830,
            "stop": 931705832
        },
        {
            "start": 931705834,
            "stop": 931705840
        },
        {
            "start": 931705842,
            "stop": 931705844
        },
        {
            "start": 931705846,
            "stop": 931705849
        },
        {
            "start": 931705858,
            "stop": 931705860
        },
        {
            "start": 931705866,
            "stop": 931705870
        },
        {
            "start": 931705874,
            "stop": 931705886
        },
        {
            "start": 931705888,
            "stop": 931705891
        }
    ]
}