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=402
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=403",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=401",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 402,
    "results": [
        {
            "start": 851995122,
            "stop": 852004685
        },
        {
            "start": 852006106,
            "stop": 852017746
        },
        {
            "start": 852018912,
            "stop": 852025687
        },
        {
            "start": 852028084,
            "stop": 852031292
        },
        {
            "start": 852031744,
            "stop": 852034857
        },
        {
            "start": 852034859,
            "stop": 852037358
        },
        {
            "start": 852037360,
            "stop": 852048432
        },
        {
            "start": 852049430,
            "stop": 852049837
        },
        {
            "start": 852049924,
            "stop": 852050382
        },
        {
            "start": 852060956,
            "stop": 852061378
        },
        {
            "start": 852063790,
            "stop": 852065519
        },
        {
            "start": 852067139,
            "stop": 852070661
        },
        {
            "start": 852070954,
            "stop": 852073231
        },
        {
            "start": 852073232,
            "stop": 852076264
        },
        {
            "start": 852077674,
            "stop": 852095655
        },
        {
            "start": 852095657,
            "stop": 852102186
        },
        {
            "start": 852102335,
            "stop": 852102819
        },
        {
            "start": 852103634,
            "stop": 852116675
        },
        {
            "start": 852116677,
            "stop": 852128607
        },
        {
            "start": 852128608,
            "stop": 852134404
        }
    ]
}