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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46894",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46892",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46893,
    "results": [
        {
            "start": 875173301,
            "stop": 875173324
        },
        {
            "start": 875173325,
            "stop": 875173328
        },
        {
            "start": 875173330,
            "stop": 875173336
        },
        {
            "start": 875173338,
            "stop": 875173398
        },
        {
            "start": 875173399,
            "stop": 875173419
        },
        {
            "start": 875173421,
            "stop": 875173424
        },
        {
            "start": 875173425,
            "stop": 875173464
        },
        {
            "start": 875173465,
            "stop": 875173510
        },
        {
            "start": 875173511,
            "stop": 875173573
        },
        {
            "start": 875173574,
            "stop": 875173602
        },
        {
            "start": 875173603,
            "stop": 875173617
        },
        {
            "start": 875173618,
            "stop": 875173634
        },
        {
            "start": 875173635,
            "stop": 875173638
        },
        {
            "start": 875173640,
            "stop": 875173662
        },
        {
            "start": 875173664,
            "stop": 875173672
        },
        {
            "start": 875173674,
            "stop": 875173680
        },
        {
            "start": 875173681,
            "stop": 875173683
        },
        {
            "start": 875173685,
            "stop": 875173690
        },
        {
            "start": 875173691,
            "stop": 875173708
        },
        {
            "start": 875173709,
            "stop": 875173781
        }
    ]
}