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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29333",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29331",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29332,
    "results": [
        {
            "start": 971244052,
            "stop": 971244149
        },
        {
            "start": 971244151,
            "stop": 971244155
        },
        {
            "start": 971244156,
            "stop": 971244192
        },
        {
            "start": 971244194,
            "stop": 971244216
        },
        {
            "start": 971244218,
            "stop": 971244242
        },
        {
            "start": 971244246,
            "stop": 971244250
        },
        {
            "start": 971244252,
            "stop": 971244292
        },
        {
            "start": 971244294,
            "stop": 971244296
        },
        {
            "start": 971244298,
            "stop": 971244299
        },
        {
            "start": 971244301,
            "stop": 971244302
        },
        {
            "start": 971244303,
            "stop": 971244310
        },
        {
            "start": 971244313,
            "stop": 971244342
        },
        {
            "start": 971244343,
            "stop": 971244414
        },
        {
            "start": 971244416,
            "stop": 971244421
        },
        {
            "start": 971244424,
            "stop": 971244435
        },
        {
            "start": 971244437,
            "stop": 971244448
        },
        {
            "start": 971244449,
            "stop": 971244450
        },
        {
            "start": 971244453,
            "stop": 971244470
        },
        {
            "start": 971244471,
            "stop": 971244475
        },
        {
            "start": 971244476,
            "stop": 971244482
        }
    ]
}