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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=421",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=419",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 420,
    "results": [
        {
            "start": 854981294,
            "stop": 854984035
        },
        {
            "start": 854985542,
            "stop": 854987238
        },
        {
            "start": 854987419,
            "stop": 854990940
        },
        {
            "start": 854993640,
            "stop": 854993941
        },
        {
            "start": 854994512,
            "stop": 854996080
        },
        {
            "start": 854996202,
            "stop": 855007465
        },
        {
            "start": 855009611,
            "stop": 855016608
        },
        {
            "start": 855017888,
            "stop": 855020520
        },
        {
            "start": 855020735,
            "stop": 855038908
        },
        {
            "start": 855038968,
            "stop": 855041733
        },
        {
            "start": 855043243,
            "stop": 855062480
        },
        {
            "start": 855063752,
            "stop": 855063901
        },
        {
            "start": 855065697,
            "stop": 855066796
        },
        {
            "start": 855067813,
            "stop": 855068743
        },
        {
            "start": 855069637,
            "stop": 855073358
        },
        {
            "start": 855075828,
            "stop": 855077195
        },
        {
            "start": 855077810,
            "stop": 855079948
        },
        {
            "start": 855081617,
            "stop": 855082920
        },
        {
            "start": 855084024,
            "stop": 855085472
        },
        {
            "start": 855086792,
            "stop": 855088556
        }
    ]
}