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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=140",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=138",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 139,
    "results": [
        {
            "start": 931592505,
            "stop": 931592507
        },
        {
            "start": 931592512,
            "stop": 931592518
        },
        {
            "start": 931592520,
            "stop": 931592524
        },
        {
            "start": 931592528,
            "stop": 931592530
        },
        {
            "start": 931592535,
            "stop": 931592537
        },
        {
            "start": 931592540,
            "stop": 931592548
        },
        {
            "start": 931592553,
            "stop": 931592556
        },
        {
            "start": 931592561,
            "stop": 931592567
        },
        {
            "start": 931592575,
            "stop": 931592590
        },
        {
            "start": 931592604,
            "stop": 931592616
        },
        {
            "start": 931592618,
            "stop": 931592632
        },
        {
            "start": 931592634,
            "stop": 931592641
        },
        {
            "start": 931592647,
            "stop": 931592651
        },
        {
            "start": 931592656,
            "stop": 931592657
        },
        {
            "start": 931592668,
            "stop": 931592672
        },
        {
            "start": 931592678,
            "stop": 931592679
        },
        {
            "start": 931592682,
            "stop": 931592683
        },
        {
            "start": 931592701,
            "stop": 931592709
        },
        {
            "start": 931592716,
            "stop": 931592718
        },
        {
            "start": 931592733,
            "stop": 931592734
        }
    ]
}