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=722
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=723",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=721",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 722,
    "results": [
        {
            "start": 857053953,
            "stop": 857055813
        },
        {
            "start": 857055959,
            "stop": 857057279
        },
        {
            "start": 857057435,
            "stop": 857057675
        },
        {
            "start": 857057803,
            "stop": 857058223
        },
        {
            "start": 857058362,
            "stop": 857059862
        },
        {
            "start": 857060021,
            "stop": 857060681
        },
        {
            "start": 857060916,
            "stop": 857061456
        },
        {
            "start": 857061605,
            "stop": 857061845
        },
        {
            "start": 857062129,
            "stop": 857062909
        },
        {
            "start": 857062939,
            "stop": 857063929
        },
        {
            "start": 857064096,
            "stop": 857064216
        },
        {
            "start": 857064576,
            "stop": 857064696
        },
        {
            "start": 857064851,
            "stop": 857066651
        },
        {
            "start": 857073018,
            "stop": 857073198
        },
        {
            "start": 857073514,
            "stop": 857073634
        },
        {
            "start": 857082090,
            "stop": 857082690
        },
        {
            "start": 857082848,
            "stop": 857082968
        },
        {
            "start": 857083310,
            "stop": 857084570
        },
        {
            "start": 857084901,
            "stop": 857085261
        },
        {
            "start": 857085495,
            "stop": 857086155
        }
    ]
}