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=195
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=196",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=194",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 195,
    "results": [
        {
            "start": 931462151,
            "stop": 931462216
        },
        {
            "start": 931462217,
            "stop": 931462222
        },
        {
            "start": 931462223,
            "stop": 931462227
        },
        {
            "start": 931462228,
            "stop": 931462315
        },
        {
            "start": 931462316,
            "stop": 931462361
        },
        {
            "start": 931462363,
            "stop": 931462642
        },
        {
            "start": 931462643,
            "stop": 931462653
        },
        {
            "start": 931462655,
            "stop": 931462730
        },
        {
            "start": 931462790,
            "stop": 931462897
        },
        {
            "start": 931462899,
            "stop": 931462902
        },
        {
            "start": 931462904,
            "stop": 931462971
        },
        {
            "start": 931462972,
            "stop": 931462976
        },
        {
            "start": 931462983,
            "stop": 931462991
        },
        {
            "start": 931462994,
            "stop": 931463009
        },
        {
            "start": 931463010,
            "stop": 931463024
        },
        {
            "start": 931463034,
            "stop": 931463063
        },
        {
            "start": 931463066,
            "stop": 931463094
        },
        {
            "start": 931463096,
            "stop": 931463144
        },
        {
            "start": 931463146,
            "stop": 931463153
        },
        {
            "start": 931463155,
            "stop": 931463174
        }
    ]
}