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=41021
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=41022",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41020",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41021,
    "results": [
        {
            "start": 875179626,
            "stop": 875179639
        },
        {
            "start": 875179641,
            "stop": 875179672
        },
        {
            "start": 875179673,
            "stop": 875179707
        },
        {
            "start": 875179708,
            "stop": 875179723
        },
        {
            "start": 875179724,
            "stop": 875179731
        },
        {
            "start": 875179732,
            "stop": 875179735
        },
        {
            "start": 875179736,
            "stop": 875179753
        },
        {
            "start": 875179756,
            "stop": 875179782
        },
        {
            "start": 875179783,
            "stop": 875179785
        },
        {
            "start": 875179786,
            "stop": 875179803
        },
        {
            "start": 875179804,
            "stop": 875179810
        },
        {
            "start": 875179811,
            "stop": 875179855
        },
        {
            "start": 875179856,
            "stop": 875179872
        },
        {
            "start": 875179873,
            "stop": 875179893
        },
        {
            "start": 875179895,
            "stop": 875179911
        },
        {
            "start": 875179913,
            "stop": 875179979
        },
        {
            "start": 875179980,
            "stop": 875180038
        },
        {
            "start": 875180039,
            "stop": 875180069
        },
        {
            "start": 875180070,
            "stop": 875180072
        },
        {
            "start": 875180074,
            "stop": 875180095
        }
    ]
}