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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40979",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40977",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40978,
    "results": [
        {
            "start": 875136965,
            "stop": 875136996
        },
        {
            "start": 875136998,
            "stop": 875137041
        },
        {
            "start": 875137042,
            "stop": 875137065
        },
        {
            "start": 875137066,
            "stop": 875137113
        },
        {
            "start": 875137114,
            "stop": 875137165
        },
        {
            "start": 875137166,
            "stop": 875137192
        },
        {
            "start": 875137194,
            "stop": 875137218
        },
        {
            "start": 875137219,
            "stop": 875137233
        },
        {
            "start": 875137235,
            "stop": 875137253
        },
        {
            "start": 875137254,
            "stop": 875137307
        },
        {
            "start": 875137308,
            "stop": 875137382
        },
        {
            "start": 875137383,
            "stop": 875137386
        },
        {
            "start": 875137387,
            "stop": 875137419
        },
        {
            "start": 875137420,
            "stop": 875137474
        },
        {
            "start": 875137475,
            "stop": 875137509
        },
        {
            "start": 875137511,
            "stop": 875137519
        },
        {
            "start": 875137520,
            "stop": 875137522
        },
        {
            "start": 875137523,
            "stop": 875137549
        },
        {
            "start": 875137550,
            "stop": 875137608
        },
        {
            "start": 875137610,
            "stop": 875137617
        }
    ]
}