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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=133",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=131",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 132,
    "results": [
        {
            "start": 821520752,
            "stop": 821520766
        },
        {
            "start": 821520772,
            "stop": 821520775
        },
        {
            "start": 821520781,
            "stop": 821520793
        },
        {
            "start": 821520799,
            "stop": 821520800
        },
        {
            "start": 821520804,
            "stop": 821520805
        },
        {
            "start": 821520808,
            "stop": 821520828
        },
        {
            "start": 821520831,
            "stop": 821520845
        },
        {
            "start": 821520848,
            "stop": 821520860
        },
        {
            "start": 821520863,
            "stop": 821520873
        },
        {
            "start": 821520876,
            "stop": 821520897
        },
        {
            "start": 821520900,
            "stop": 821520915
        },
        {
            "start": 821520918,
            "stop": 821520958
        },
        {
            "start": 821520961,
            "stop": 821520993
        },
        {
            "start": 821520996,
            "stop": 821520998
        },
        {
            "start": 821521001,
            "stop": 821521005
        },
        {
            "start": 821521008,
            "stop": 821521018
        },
        {
            "start": 821521024,
            "stop": 821521037
        },
        {
            "start": 821521040,
            "stop": 821521051
        },
        {
            "start": 821521054,
            "stop": 821521059
        },
        {
            "start": 821521062,
            "stop": 821521069
        }
    ]
}