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=6883
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=6884",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6882",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6883,
    "results": [
        {
            "start": 873400705,
            "stop": 873400746
        },
        {
            "start": 873400749,
            "stop": 873400825
        },
        {
            "start": 873400832,
            "stop": 873400893
        },
        {
            "start": 873400896,
            "stop": 873400901
        },
        {
            "start": 873400904,
            "stop": 873401162
        },
        {
            "start": 873401165,
            "stop": 873401310
        },
        {
            "start": 873401313,
            "stop": 873401435
        },
        {
            "start": 873401438,
            "stop": 873401904
        },
        {
            "start": 873401907,
            "stop": 873402088
        },
        {
            "start": 873402091,
            "stop": 873402162
        },
        {
            "start": 873402165,
            "stop": 873402167
        },
        {
            "start": 873402170,
            "stop": 873402320
        },
        {
            "start": 873402324,
            "stop": 873402642
        },
        {
            "start": 873402645,
            "stop": 873402688
        },
        {
            "start": 873402691,
            "stop": 873402692
        },
        {
            "start": 873402695,
            "stop": 873402733
        },
        {
            "start": 873402737,
            "stop": 873402781
        },
        {
            "start": 873402784,
            "stop": 873402851
        },
        {
            "start": 873402854,
            "stop": 873403022
        },
        {
            "start": 873403025,
            "stop": 873403034
        }
    ]
}