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=3057
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=3058",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3056",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3057,
    "results": [
        {
            "start": 865132440,
            "stop": 865132545
        },
        {
            "start": 865132548,
            "stop": 865132620
        },
        {
            "start": 865132740,
            "stop": 865133040
        },
        {
            "start": 865133100,
            "stop": 865133460
        },
        {
            "start": 865133520,
            "stop": 865134178
        },
        {
            "start": 865136020,
            "stop": 865138818
        },
        {
            "start": 865138822,
            "stop": 865140060
        },
        {
            "start": 865140120,
            "stop": 865140480
        },
        {
            "start": 865140540,
            "stop": 865163823
        },
        {
            "start": 865163826,
            "stop": 865165240
        },
        {
            "start": 865165243,
            "stop": 865167000
        },
        {
            "start": 865167060,
            "stop": 865172559
        },
        {
            "start": 865172562,
            "stop": 865172567
        },
        {
            "start": 865172570,
            "stop": 865172571
        },
        {
            "start": 865172774,
            "stop": 865173300
        },
        {
            "start": 865173360,
            "stop": 865173608
        },
        {
            "start": 865173617,
            "stop": 865173660
        },
        {
            "start": 865173720,
            "stop": 865175220
        },
        {
            "start": 865175340,
            "stop": 865175580
        },
        {
            "start": 865175700,
            "stop": 865175767
        }
    ]
}