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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=3972",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=3970",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 3971,
    "results": [
        {
            "start": 874577320,
            "stop": 874577543
        },
        {
            "start": 874577546,
            "stop": 874577585
        },
        {
            "start": 874577588,
            "stop": 874577594
        },
        {
            "start": 874577597,
            "stop": 874577854
        },
        {
            "start": 874577857,
            "stop": 874577871
        },
        {
            "start": 874577874,
            "stop": 874577887
        },
        {
            "start": 874577890,
            "stop": 874577893
        },
        {
            "start": 874577896,
            "stop": 874577983
        },
        {
            "start": 874577988,
            "stop": 874578089
        },
        {
            "start": 874578092,
            "stop": 874578100
        },
        {
            "start": 874578104,
            "stop": 874578535
        },
        {
            "start": 874578538,
            "stop": 874578539
        },
        {
            "start": 874578542,
            "stop": 874578554
        },
        {
            "start": 874578557,
            "stop": 874578565
        },
        {
            "start": 874578568,
            "stop": 874578618
        },
        {
            "start": 874578623,
            "stop": 874578988
        },
        {
            "start": 874578991,
            "stop": 874579000
        },
        {
            "start": 874579003,
            "stop": 874579014
        },
        {
            "start": 874579017,
            "stop": 874579083
        },
        {
            "start": 874579088,
            "stop": 874579186
        }
    ]
}