Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=5990
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=5991",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=5989",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 5990,
    "results": [
        {
            "start": 873398164,
            "stop": 873398201
        },
        {
            "start": 873398204,
            "stop": 873398234
        },
        {
            "start": 873398402,
            "stop": 873398914
        },
        {
            "start": 873398917,
            "stop": 873399458
        },
        {
            "start": 873399461,
            "stop": 873399468
        },
        {
            "start": 873399473,
            "stop": 873399474
        },
        {
            "start": 873399477,
            "stop": 873399548
        },
        {
            "start": 873399551,
            "stop": 873400233
        },
        {
            "start": 873400236,
            "stop": 873400330
        },
        {
            "start": 873400331,
            "stop": 873400365
        },
        {
            "start": 873400368,
            "stop": 873400702
        },
        {
            "start": 873400705,
            "stop": 873400746
        },
        {
            "start": 873400749,
            "stop": 873400825
        },
        {
            "start": 873400832,
            "stop": 873400893
        },
        {
            "start": 873400896,
            "stop": 873400901
        },
        {
            "start": 873400904,
            "stop": 873402088
        },
        {
            "start": 873402091,
            "stop": 873402162
        },
        {
            "start": 873402165,
            "stop": 873402167
        },
        {
            "start": 873402170,
            "stop": 873403022
        },
        {
            "start": 873403025,
            "stop": 873403034
        }
    ]
}