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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40771",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40769",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40770,
    "results": [
        {
            "start": 874990002,
            "stop": 874990030
        },
        {
            "start": 874990031,
            "stop": 874990112
        },
        {
            "start": 874990114,
            "stop": 874990115
        },
        {
            "start": 874990116,
            "stop": 874990127
        },
        {
            "start": 874990128,
            "stop": 874990129
        },
        {
            "start": 874990130,
            "stop": 874990165
        },
        {
            "start": 874990166,
            "stop": 874990174
        },
        {
            "start": 874990176,
            "stop": 874990334
        },
        {
            "start": 874990336,
            "stop": 874990384
        },
        {
            "start": 874990385,
            "stop": 874990439
        },
        {
            "start": 874990440,
            "stop": 874990463
        },
        {
            "start": 874990464,
            "stop": 874990488
        },
        {
            "start": 874990490,
            "stop": 874990510
        },
        {
            "start": 874990511,
            "stop": 874990562
        },
        {
            "start": 874990563,
            "stop": 874990610
        },
        {
            "start": 874990611,
            "stop": 874990689
        },
        {
            "start": 874990691,
            "stop": 874990742
        },
        {
            "start": 874990743,
            "stop": 874990754
        },
        {
            "start": 874990755,
            "stop": 874990810
        },
        {
            "start": 874990811,
            "stop": 874990838
        }
    ]
}