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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6867",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6865",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6866,
    "results": [
        {
            "start": 873300451,
            "stop": 873300452
        },
        {
            "start": 873300467,
            "stop": 873300470
        },
        {
            "start": 873300476,
            "stop": 873300483
        },
        {
            "start": 873300486,
            "stop": 873300577
        },
        {
            "start": 873300580,
            "stop": 873300597
        },
        {
            "start": 873300604,
            "stop": 873300608
        },
        {
            "start": 873300614,
            "stop": 873300815
        },
        {
            "start": 873300819,
            "stop": 873300833
        },
        {
            "start": 873300836,
            "stop": 873301015
        },
        {
            "start": 873301018,
            "stop": 873301585
        },
        {
            "start": 873301590,
            "stop": 873301624
        },
        {
            "start": 873301628,
            "stop": 873301630
        },
        {
            "start": 873301631,
            "stop": 873301640
        },
        {
            "start": 873301641,
            "stop": 873301666
        },
        {
            "start": 873301669,
            "stop": 873301675
        },
        {
            "start": 873301682,
            "stop": 873301688
        },
        {
            "start": 873301689,
            "stop": 873301701
        },
        {
            "start": 873301702,
            "stop": 873301704
        },
        {
            "start": 873301706,
            "stop": 873301739
        },
        {
            "start": 873301740,
            "stop": 873301776
        }
    ]
}