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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9874",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9872",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9873,
    "results": [
        {
            "start": 874363350,
            "stop": 874364165
        },
        {
            "start": 874364227,
            "stop": 874368060
        },
        {
            "start": 874368061,
            "stop": 874368090
        },
        {
            "start": 874368091,
            "stop": 874368109
        },
        {
            "start": 874368110,
            "stop": 874368112
        },
        {
            "start": 874368113,
            "stop": 874368114
        },
        {
            "start": 874369185,
            "stop": 874373673
        },
        {
            "start": 874374724,
            "stop": 874376774
        },
        {
            "start": 874376778,
            "stop": 874376824
        },
        {
            "start": 874376827,
            "stop": 874377057
        },
        {
            "start": 874377060,
            "stop": 874379805
        },
        {
            "start": 874379806,
            "stop": 874379809
        },
        {
            "start": 874381601,
            "stop": 874381606
        },
        {
            "start": 874381607,
            "stop": 874381609
        },
        {
            "start": 874381610,
            "stop": 874381632
        },
        {
            "start": 874381633,
            "stop": 874381642
        },
        {
            "start": 874381643,
            "stop": 874381660
        },
        {
            "start": 874381662,
            "stop": 874381677
        },
        {
            "start": 874381678,
            "stop": 874384339
        },
        {
            "start": 874385838,
            "stop": 874386865
        }
    ]
}