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=278
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=279",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=277",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 278,
    "results": [
        {
            "start": 818225944,
            "stop": 818225945
        },
        {
            "start": 818225959,
            "stop": 818225963
        },
        {
            "start": 818225973,
            "stop": 818225977
        },
        {
            "start": 818225993,
            "stop": 818225994
        },
        {
            "start": 818226008,
            "stop": 818226011
        },
        {
            "start": 818226019,
            "stop": 818226022
        },
        {
            "start": 818226028,
            "stop": 818226031
        },
        {
            "start": 818226036,
            "stop": 818226045
        },
        {
            "start": 818226051,
            "stop": 818226053
        },
        {
            "start": 818226056,
            "stop": 818226057
        },
        {
            "start": 818226066,
            "stop": 818226068
        },
        {
            "start": 818226092,
            "stop": 818226093
        },
        {
            "start": 818226099,
            "stop": 818226100
        },
        {
            "start": 818226105,
            "stop": 818226106
        },
        {
            "start": 818226111,
            "stop": 818226112
        },
        {
            "start": 818226119,
            "stop": 818226126
        },
        {
            "start": 818226137,
            "stop": 818226138
        },
        {
            "start": 818226146,
            "stop": 818226148
        },
        {
            "start": 818226156,
            "stop": 818226163
        },
        {
            "start": 818226176,
            "stop": 818226178
        }
    ]
}