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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=223",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=221",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 222,
    "results": [
        {
            "start": 931672844,
            "stop": 931672851
        },
        {
            "start": 931672854,
            "stop": 931672863
        },
        {
            "start": 931672872,
            "stop": 931672877
        },
        {
            "start": 931672882,
            "stop": 931672887
        },
        {
            "start": 931672890,
            "stop": 931672914
        },
        {
            "start": 931672916,
            "stop": 931672918
        },
        {
            "start": 931672921,
            "stop": 931672931
        },
        {
            "start": 931672934,
            "stop": 931672948
        },
        {
            "start": 931672956,
            "stop": 931672959
        },
        {
            "start": 931672961,
            "stop": 931672962
        },
        {
            "start": 931672967,
            "stop": 931672971
        },
        {
            "start": 931672974,
            "stop": 931672975
        },
        {
            "start": 931672979,
            "stop": 931672982
        },
        {
            "start": 931672985,
            "stop": 931672986
        },
        {
            "start": 931672991,
            "stop": 931673002
        },
        {
            "start": 931673009,
            "stop": 931673010
        },
        {
            "start": 931673018,
            "stop": 931673030
        },
        {
            "start": 931673036,
            "stop": 931673040
        },
        {
            "start": 931673044,
            "stop": 931673045
        },
        {
            "start": 931673048,
            "stop": 931673051
        }
    ]
}