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=314
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=315",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=313",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 314,
    "results": [
        {
            "start": 818241401,
            "stop": 818241411
        },
        {
            "start": 818241421,
            "stop": 818241423
        },
        {
            "start": 818241430,
            "stop": 818241439
        },
        {
            "start": 818241445,
            "stop": 818241457
        },
        {
            "start": 818241461,
            "stop": 818241464
        },
        {
            "start": 818241467,
            "stop": 818241469
        },
        {
            "start": 818241473,
            "stop": 818241474
        },
        {
            "start": 818241480,
            "stop": 818241484
        },
        {
            "start": 818241488,
            "stop": 818241489
        },
        {
            "start": 818241494,
            "stop": 818241496
        },
        {
            "start": 818241511,
            "stop": 818241512
        },
        {
            "start": 818241526,
            "stop": 818241529
        },
        {
            "start": 818241535,
            "stop": 818241536
        },
        {
            "start": 818241544,
            "stop": 818241546
        },
        {
            "start": 818241565,
            "stop": 818241566
        },
        {
            "start": 818241592,
            "stop": 818241594
        },
        {
            "start": 818241599,
            "stop": 818241600
        },
        {
            "start": 818241603,
            "stop": 818241606
        },
        {
            "start": 818241629,
            "stop": 818241630
        },
        {
            "start": 818241633,
            "stop": 818241635
        }
    ]
}