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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5741",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5739",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5740,
    "results": [
        {
            "start": 874614744,
            "stop": 874614762
        },
        {
            "start": 874614767,
            "stop": 874614774
        },
        {
            "start": 874614777,
            "stop": 874614796
        },
        {
            "start": 874614800,
            "stop": 874614815
        },
        {
            "start": 874614830,
            "stop": 874614840
        },
        {
            "start": 874614844,
            "stop": 874614846
        },
        {
            "start": 874614850,
            "stop": 874614913
        },
        {
            "start": 874614918,
            "stop": 874614924
        },
        {
            "start": 874614936,
            "stop": 874614971
        },
        {
            "start": 874614977,
            "stop": 874614992
        },
        {
            "start": 874614997,
            "stop": 874615000
        },
        {
            "start": 874615003,
            "stop": 874615073
        },
        {
            "start": 874615076,
            "stop": 874615117
        },
        {
            "start": 874615120,
            "stop": 874615274
        },
        {
            "start": 874615278,
            "stop": 874615291
        },
        {
            "start": 874615294,
            "stop": 874615365
        },
        {
            "start": 874615373,
            "stop": 874615375
        },
        {
            "start": 874615378,
            "stop": 874615438
        },
        {
            "start": 874615441,
            "stop": 874615628
        },
        {
            "start": 874615631,
            "stop": 874615726
        }
    ]
}