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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3072",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3070",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3071,
    "results": [
        {
            "start": 865789635,
            "stop": 865789845
        },
        {
            "start": 865789850,
            "stop": 865789860
        },
        {
            "start": 865789980,
            "stop": 865791120
        },
        {
            "start": 865791180,
            "stop": 865791383
        },
        {
            "start": 865791387,
            "stop": 865793122
        },
        {
            "start": 865793128,
            "stop": 865793138
        },
        {
            "start": 865793141,
            "stop": 865793142
        },
        {
            "start": 865793292,
            "stop": 865794900
        },
        {
            "start": 865794960,
            "stop": 865795030
        },
        {
            "start": 865796583,
            "stop": 865798360
        },
        {
            "start": 865803420,
            "stop": 865803480
        },
        {
            "start": 865803900,
            "stop": 865804080
        },
        {
            "start": 865804140,
            "stop": 865804260
        },
        {
            "start": 865804500,
            "stop": 865804564
        },
        {
            "start": 865804568,
            "stop": 865804780
        },
        {
            "start": 865804784,
            "stop": 865806060
        },
        {
            "start": 865806120,
            "stop": 865806900
        },
        {
            "start": 865806960,
            "stop": 865807155
        },
        {
            "start": 865807158,
            "stop": 865807160
        },
        {
            "start": 865807318,
            "stop": 865808378
        }
    ]
}