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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=3412",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=3410",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3411,
    "results": [
        {
            "start": 969628756,
            "stop": 969629747
        },
        {
            "start": 969629867,
            "stop": 969630587
        },
        {
            "start": 969630707,
            "stop": 969630805
        },
        {
            "start": 969630808,
            "stop": 969630906
        },
        {
            "start": 969636724,
            "stop": 969637155
        },
        {
            "start": 969637158,
            "stop": 969637416
        },
        {
            "start": 969637419,
            "stop": 969637607
        },
        {
            "start": 969637915,
            "stop": 969637958
        },
        {
            "start": 969638147,
            "stop": 969638327
        },
        {
            "start": 969638507,
            "stop": 969638536
        },
        {
            "start": 969638539,
            "stop": 969638634
        },
        {
            "start": 969638637,
            "stop": 969638687
        },
        {
            "start": 969638867,
            "stop": 969638868
        },
        {
            "start": 969638879,
            "stop": 969638911
        },
        {
            "start": 969638914,
            "stop": 969638987
        },
        {
            "start": 969639107,
            "stop": 969639120
        },
        {
            "start": 969639123,
            "stop": 969639181
        },
        {
            "start": 969639184,
            "stop": 969639228
        },
        {
            "start": 969639231,
            "stop": 969639269
        },
        {
            "start": 969639272,
            "stop": 969639300
        }
    ]
}