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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16674",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16672",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16673,
    "results": [
        {
            "start": 874894665,
            "stop": 874894726
        },
        {
            "start": 874894727,
            "stop": 874894852
        },
        {
            "start": 874894854,
            "stop": 874895051
        },
        {
            "start": 874895052,
            "stop": 874895221
        },
        {
            "start": 874895222,
            "stop": 874895516
        },
        {
            "start": 874895517,
            "stop": 874895851
        },
        {
            "start": 874895852,
            "stop": 874895853
        },
        {
            "start": 874895854,
            "stop": 874895894
        },
        {
            "start": 874895895,
            "stop": 874896144
        },
        {
            "start": 874896145,
            "stop": 874896200
        },
        {
            "start": 874896201,
            "stop": 874896263
        },
        {
            "start": 874896264,
            "stop": 874896306
        },
        {
            "start": 874896411,
            "stop": 874896781
        },
        {
            "start": 874896782,
            "stop": 874896865
        },
        {
            "start": 874896867,
            "stop": 874896982
        },
        {
            "start": 874896983,
            "stop": 874897071
        },
        {
            "start": 874897072,
            "stop": 874897075
        },
        {
            "start": 874897077,
            "stop": 874897263
        },
        {
            "start": 874897264,
            "stop": 874897288
        },
        {
            "start": 874897289,
            "stop": 874897633
        }
    ]
}