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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1360",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1358",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1359,
    "results": [
        {
            "start": 843855428,
            "stop": 843855430
        },
        {
            "start": 843855433,
            "stop": 843855443
        },
        {
            "start": 843855446,
            "stop": 843855449
        },
        {
            "start": 843855452,
            "stop": 843855473
        },
        {
            "start": 843855479,
            "stop": 843855481
        },
        {
            "start": 843855484,
            "stop": 843855522
        },
        {
            "start": 843855525,
            "stop": 843855527
        },
        {
            "start": 843855530,
            "stop": 843855553
        },
        {
            "start": 843855556,
            "stop": 843855571
        },
        {
            "start": 843855574,
            "stop": 843855624
        },
        {
            "start": 843855627,
            "stop": 843855643
        },
        {
            "start": 843855646,
            "stop": 843855821
        },
        {
            "start": 843855824,
            "stop": 843855827
        },
        {
            "start": 843855830,
            "stop": 843855936
        },
        {
            "start": 843855939,
            "stop": 843855962
        },
        {
            "start": 843855965,
            "stop": 843856013
        },
        {
            "start": 843856016,
            "stop": 843856048
        },
        {
            "start": 843856051,
            "stop": 843856072
        },
        {
            "start": 843856076,
            "stop": 843856077
        },
        {
            "start": 843856080,
            "stop": 843856118
        }
    ]
}