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=40913
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=40914",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40912",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40913,
    "results": [
        {
            "start": 875098347,
            "stop": 875098367
        },
        {
            "start": 875098368,
            "stop": 875098473
        },
        {
            "start": 875098475,
            "stop": 875098495
        },
        {
            "start": 875098496,
            "stop": 875098505
        },
        {
            "start": 875098506,
            "stop": 875098516
        },
        {
            "start": 875098517,
            "stop": 875098538
        },
        {
            "start": 875098539,
            "stop": 875098559
        },
        {
            "start": 875098560,
            "stop": 875098580
        },
        {
            "start": 875098581,
            "stop": 875098612
        },
        {
            "start": 875098613,
            "stop": 875098665
        },
        {
            "start": 875098666,
            "stop": 875098686
        },
        {
            "start": 875098688,
            "stop": 875098729
        },
        {
            "start": 875098730,
            "stop": 875098806
        },
        {
            "start": 875098807,
            "stop": 875098809
        },
        {
            "start": 875098811,
            "stop": 875098859
        },
        {
            "start": 875098861,
            "stop": 875098913
        },
        {
            "start": 875098915,
            "stop": 875099046
        },
        {
            "start": 875099048,
            "stop": 875099088
        },
        {
            "start": 875099089,
            "stop": 875099099
        },
        {
            "start": 875099100,
            "stop": 875099105
        }
    ]
}