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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=190",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=188",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 189,
    "results": [
        {
            "start": 844782672,
            "stop": 844785521
        },
        {
            "start": 844786421,
            "stop": 844788863
        },
        {
            "start": 844789163,
            "stop": 844789218
        },
        {
            "start": 844789328,
            "stop": 844793296
        },
        {
            "start": 844812812,
            "stop": 844813111
        },
        {
            "start": 844813411,
            "stop": 844813458
        },
        {
            "start": 844813568,
            "stop": 844818973
        },
        {
            "start": 844823295,
            "stop": 844835160
        },
        {
            "start": 844835460,
            "stop": 844835514
        },
        {
            "start": 844835624,
            "stop": 844849267
        },
        {
            "start": 844849567,
            "stop": 844850756
        },
        {
            "start": 844850866,
            "stop": 844851082
        },
        {
            "start": 844859597,
            "stop": 844864246
        },
        {
            "start": 844864356,
            "stop": 844864515
        },
        {
            "start": 844864815,
            "stop": 844865245
        },
        {
            "start": 844865355,
            "stop": 844865455
        },
        {
            "start": 844865755,
            "stop": 844869970
        },
        {
            "start": 844876949,
            "stop": 844877821
        },
        {
            "start": 844878121,
            "stop": 844884759
        },
        {
            "start": 844884869,
            "stop": 844884951
        }
    ]
}